Skip to content

ninemoreminutes/celery-task-plus

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published