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
[9.x] Release lock for job implementing ShouldBeUnique that is dispatched afterResponse() (#46806)
* failing test
* rely on PendingDispatch@afterResponse so that ShouldBeUnique is checked
* modifications to failing test
* move lock/middleware handling to CallQueuedHandler@handle()
* use CallQueuedHandler@handle if job employs InteractsWithQueue
* style
* revert changes to CallQueuedHandler & PendingDispatch
* switch Bus\Dispatcher@dispatchAfterResponse to rely on Dispatcher@dispatchSync()
* add `dispatchAfterResponse` test
0 commit comments