Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use finally() after attempting to run worker jobs
This prevents now() from being passed an error. Previously, if the UPDATE to increment the failure count was rejected, now() would be passed an error, which isn't something it knows how to handle.
- Loading branch information