What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, can someone recall the steps to get data into ES if thats not working?

Posts: 15 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi, can someone recall the steps to get data into ES if thats not working?

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    first you could look if there is the table pyz_antelope_search and if there are entries there. if yes, this means the publish parts seems to work

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    console commands to do it manually:
    console scheduler:suspend
    console queue:task:start event
    console queue:task:start sync.search.antelope

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)
    edited November 2021

    and of course after suspend another import

  • Posts: 15 πŸ§‘πŸ»β€πŸš€ - Cadet

    table is there but no data in it

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    then try
    console scheduler:suspend
    console data:import:antelope
    console queue:task:start event
    and check if you have errors in the event.error queue

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    wait a moment after the suspend

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    after the import you should have 4 messages in the event-queue

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    after console queue:task:start event there should be gone or in the error one

  • Posts: 15 πŸ§‘πŸ»β€πŸš€ - Cadet

    gone from event but in retry

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    called it several times, i think after 5 times or so it will end in the error one

  • Posts: 15 πŸ§‘πŸ»β€πŸš€ - Cadet

    for me they stay in retry - called it multiple times

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,115 βš–οΈ - Guardians (admin)

    In the end the problem was an empty space in the end of the filename πŸ™‚ βœ…

Welcome!

It looks like you're new here. Sign in or register to get started.