You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Long running processes using fingers crossed handler can be problematic. See symfony/symfony-docs#15086 for details.
A possible solution could be resetting them between jobs via the WorkerMessageHandledEvent (similar to doctrine em resets). Perhaps before processing the first job as well.
The text was updated successfully, but these errors were encountered:
Could resetting the container be an option here as well? Does resetting the container clear the Doctrine em's (if so, DoctrineClearEntityManagerWorkerSubscriber could be removed)?
Description
Long running processes using fingers crossed handler can be problematic. See symfony/symfony-docs#15086 for details.
A possible solution could be resetting them between jobs via the
WorkerMessageHandledEvent
(similar to doctrine em resets). Perhaps before processing the first job as well.The text was updated successfully, but these errors were encountered: