Skip to content

Releases: NarrativeScience-old/async-task-queue

Fix version

28 Mar 03:46
f43a588
Compare
Choose a tag to compare

Definitely still learning how releases work....

Patch dist name

28 Mar 03:37
759123c
Compare
Choose a tag to compare

This is for vanity's sake. pip install async-task-queue is prettier than async_task_queue

Initital public release

28 Mar 03:17
ab9b77e
Compare
Choose a tag to compare

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)