Releases: NarrativeScience-old/async-task-queue
Releases · NarrativeScience-old/async-task-queue
Fix version
Definitely still learning how releases work....
Patch dist name
This is for vanity's sake. pip install async-task-queue
is prettier than async_task_queue
Initital public release
In-memory FIFO queue for concurrent task execution. Used to execute tasks concurrently with optional control (via semaphore) over the max number of tasks running at the same time.
Features:
- Queue processing summary logging
- Introspection of failed, retried, and succeeded tasks
- Task retries (optional)
- Task execution timeout (optional)
- Queue processing with semaphore (optional)
- Batch size control (optional)