tobymao / saq

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

Fetch outstanding jobs from incomplete namespace instead of queued. #83

Closed grigi closed 1 year ago

grigi commented 1 year ago

This is because the web interface will hide jobs that are rescheduled. I replaced queued with incomplete because it looks like incomplete is a superset of it.