tobymao / saq

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

Add option to have SAQ use fifo instead of filo #72

Closed ZaSkittles closed 1 year ago

ZaSkittles commented 1 year ago

Currently SAQ uses first in last out by default. This can create problems if lots of new jobs are being enqueued. Leaving this as the current default behavior to not surprise anyone, but creating an option to change it.

tobymao commented 1 year ago

let’s make it default

tobymao commented 1 year ago

actually get rid of the option, make this the only way

ZaSkittles commented 1 year ago

sg just updated