tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

Fix: Handle aborting a job before it has started processing in Postgres #155

Closed vchan closed 1 month ago

vchan commented 1 month ago

If a job hasn't been dequeued yet and it is aborted, its status should be updated to aborted.