celery-tasks-checklist
Celery task guide
A checklist for building effective Celery tasks.
Useful checklist for building great Celery tasks.
118 stars
8 watching
28 forks
last commit: over 5 years ago
Linked from 1 awesome list
async-taskcelery-tasktask-queue
Related projects:
Repository | Description | Stars |
---|---|---|
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 786 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,721 |
policystat/jobtastic | Libraries adding useful features to Celery tasks | 644 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 928 |
cameronmaske/celery-once | Prevents multiple execution of tasks by checking if they are still running or waiting to be executed | 667 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 183 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
rsalmei/clearly | A tool to monitor and debug Celery task clusters in real-time | 403 |
ovh/celery-director | A tool for building and managing complex workflows with Celery | 538 |
mugenmvvmtoolkit/mugenmvvmtoolkit.fody | Adds support for saving and restoring asynchronous task states on Windows Phone and Windows Runtime platforms | 4 |