Endless retries #383
Joel-Jensen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, bit of a edge case and solveable per application, but more of a general issue I wanna bring up in upgrade DX. Saw however that V2 maybe have reduced all jobs to 1 try so maybe not an issue in V2 anymore.
Just patched this package by accident
1.0.71->1.0.75, and pushed to production. Managed to match that with a queued Exception. That combined created a endless loop ofError: Typed property Workflow\Exception::$sourceClass must not be accessed before initialization. Downgraded the package, so that production could execute all those exceptions.The root cause has more to do with Laravel queue than with this package, but we are still quite stuck in these scenarios with endless retries.
We have extended and reduced retries in Workflow & Activity to 1 to have full control over execution and never have any endless queue loops, but harder to do with the more nested exception class currently.
Beta Was this translation helpful? Give feedback.
All reactions