Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.18 KB

README.rst

File metadata and controls

30 lines (22 loc) · 1.18 KB

PyPI Version PyPI License Python Versions Django Versions

Celery-Task-Plus

Celery-Task-Plus is a work-in-progress providing a few small enhancements to Celery. More documentation and tests to come!

LockedTask

celery_task_plus.tasks.LockedTask is an abstract base class for tasks to prevent multiple instances of the same task from running based on task name or a unique identifier, positional arguments, or keyword arguments.

DirectResultsTask

celery_task_plus.tasks.DirectResultsTask is an abstract base class to store task results when tasks are started outside of a worker.