Skip to content

Releases: pjfreeze/queues

ProcessQueue, PriorityQueue, ConcurrencyQueue

06 Nov 15:26
Compare
Choose a tag to compare

Swap package from being for one queue, to many queues under a single namespace.

Initial Release

15 Jun 18:05
Compare
Choose a tag to compare

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).