jobtastic
Celery enhancer
Libraries adding useful features to Celery tasks
Make your user-responsive long-running Celery jobs totally awesomer.
645 stars
36 watching
61 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 179 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 283 |
vintasoftware/celery-tasks-checklist | A collection of guidelines and best practices for building high-quality Celery tasks. | 119 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 439 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
sbdchd/celery-types | Type stubs for several related projects in the Celery ecosystem. | 87 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 779 |
celery/django-celery-results | A Celery task result backend using Django ORM | 695 |
cameronmaske/celery-once | Prevents multiple execution of tasks by checking if they are still running or waiting to be executed | 664 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
ovh/celery-director | A tool for building and managing complex workflows with Celery | 538 |
streetvoice/django-celery-ses | A Django email backend that leverages AWS SES and Celery to send emails in a scalable and configurable way. | 33 |