Describe the issue
If an exception is thrown in the dequeue function, the jobs are stuck in processing, and they never complete.
Vapor version
4.106.0
Operating system and version
macOS 14.7
Swift version
SPM - Swift 6.0.0
Steps to reproduce
- Create a job and throw an exception in the
dequeue handler.
Outcome
Jobs are getting stuck in processing in the DB.
Additional notes
No response
Describe the issue
If an exception is thrown in the dequeue function, the jobs are stuck in processing, and they never complete.
Vapor version
4.106.0
Operating system and version
macOS 14.7
Swift version
SPM - Swift 6.0.0
Steps to reproduce
dequeuehandler.Outcome
Jobs are getting stuck in processing in the DB.
Additional notes
No response