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

Had anyone the problem orders (items) where stuck in OMS because `DE__check-oms-timeouts`(cronjob fo

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

Had anyone the problem orders (items) where stuck in OMS because DE__check-oms-timeouts(cronjob for console oms:check-timeout) is not fast enough? Is there something what we can do to speed it up?

Comments

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    edited October 2019

    I had the same problem for state machine check-state-machine-timeouts.

    The problem is related to query... in my case there was a query with where condition to date field (even if index).

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

    So it's more likely a long running transition in the state machine from your point of view?

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

    Has some else any idea?