Skip to content

v0.11.0

@webpatser webpatser tagged this 24 Jun 07:07
WorkerProcess::handleFailure() now consults the application's exception
handler via shouldStopRetries() (Laravel v13.17.0) before scheduling a
retry. A positive verdict fails the job immediately through the existing
dead-letter path, regardless of remaining attempts, matching
Illuminate\Queue\Worker. The call is guarded by method_exists so older
framework versions keep the attempt-count behaviour.
Assets 2
Loading