Releases: pjfreeze/queues
Releases · pjfreeze/queues
ProcessQueue, PriorityQueue, ConcurrencyQueue
Initial Release
Basic queue that provides asynchronous processing.
The queue can be started & stopped. It maintains simple stats on the queue (completed, erred, remaining, etc). Customize the number of "concurrent" processors and delay between each "tick" (helpful for not overloading a web server).