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 everyone, when I import the product option prices. The data is imported to the database and also

Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi everyone,
when I import the product option prices. The data is imported to the database and also the storage table is updated.
The data is deleted from redis and new data is not synchronized with redis, but the data is synchronized, when I run console sync:data
Any idea how I can snych the data without running console sync:data

Welcome!

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

Comments

  • Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    maybe are missing the unpubish event for the table or u don't trigger the unpublish event in your import in case of deleting?

  • Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    while data import the entity event behaviour are per default disabled..

  • Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Thank you, but I think the unpublish event is triggered, because the data is deleted form redis.

  • Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    ok, then i don't understand your question/problem

    "The data is deleted from redis and new data is not synchronized with redis, but the data is synchronized, when I run...."

  • Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    when I run this command console sync:data

  • Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    But it ex expected, that the data should be synched without this command.

  • Technical Lead @ Lรถffelhardt Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    yes.. i saw u.. it is missing an event...
    u delete the data via data import or in backoffice?

  • Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    No

Welcome!

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