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.