- Issue created by @dieterholvoet
- 🇧🇪Belgium dieterholvoet Brussels
I just noticed that
DelayedRequeueException
,RequeueException
andSuspendQueueException
are supposed to be caught by the code invokingQueueWorkerInterface::processItem()
, not the queue class itself. That means that we shouldn't catchDelayedRequeueException
and should instead stop catchingRequeueException
andSuspendQueueException
. - Merge request !7Stop catching RequeueException and SuspendQueueException → (Merged) created by dieterholvoet
-
dieterholvoet →
committed bef93f74 on 1.2.x
Issue #3495823 by dieterholvoet: Stop catching RequeueException and...
-
dieterholvoet →
committed bef93f74 on 1.2.x
Automatically closed - issue fixed for 2 weeks with no activity.