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..

Hey guys, we have a small problem with publish events, where we are not quite sure, where they are c

michael.schmetter
michael.schmetter Posts: 119 🧑🏻‍🚀 - Cadet

Hey guys,
we have a small problem with publish events, where we are not quite sure, where they are coming from.
There are some bursts of messages to our publish.url queue (see attached image). Does anyone know how we could trace, where/when/why those publish messages are generated?

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    Hey, maybe have a look at the event ENTITY_SPY_URL_CREATE or ENTITY_SPY_URL_UPDATE or any of the events in vendor/spryker/url/src/Spryker/Zed/Url/Dependency/UrlEvents.php

    Somewhere down the road with these events it will put something on the queue is my guess

  • michael.schmetter
    michael.schmetter Posts: 119 🧑🏻‍🚀 - Cadet

    Thanks @florian.scholz,
    I did a deepdive at that time and acutally found a custom implementation at our side, that was publishing all URLs at an update of a CMS Page...