v4.0.8: Ensure that toRun is passed to enqueue even with an error.
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!
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!