To add: Job::dispatch and __middleware with WithoutOverlapping and ->dontRelease() return that job is dispatched or rejected #38230
Replies: 1 comment
-
We had very hard debug with the same scenario. I don't know how and why, but atom lock flag was seized up in Redis (maybe the queue system were died while working with a job). So every next job was not even handled, being stopped by middleware. But these jobs were marked as First, I strictly recommend not to run Maybe that job should throw a proper exception, so we can examine it in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario:
Right now we don't know if job is released or not.
Beta Was this translation helpful? Give feedback.
All reactions