celery
Task processor
An asynchronous task queue/job queue for distributed message passing
MOVED TO: celery/celery
54 stars
6 watching
40 forks
Language: Python
last commit: about 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,721 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 787 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
policystat/jobtastic | Libraries adding useful features to Celery tasks | 644 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
rsalmei/clearly | A tool to monitor and debug Celery task clusters in real-time | 403 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
celery/django-celery-results | A Celery task result backend using Django ORM | 698 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 183 |
ovh/celery-director | A tool for building and managing complex workflows with Celery | 538 |
pmclanahan/django-celery-email | A Django email backend that uses Celery tasks to send emails asynchronously | 479 |
selinon/selinon | An advanced workflow management system on top of Celery | 305 |
cakephp/queue | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 36 |