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.