Skip to content

v4.0.8: Ensure that toRun is passed to enqueue even with an error.

Compare
Choose a tag to compare
@evantahler evantahler released this 21 Aug 22:46
· 966 commits to main since this release

If you are enqueuing a job which fails with an error, we weren't properly returning toRun (which would be false) as well. We are now!