awesome-celery
Task queue manager
A curated collection of tools and resources for building, managing, and optimizing distributed task queues.
A curated list of awesome things related to Celery (distributed task queue)
174 stars
4 watching
4 forks
last commit: 8 months ago
Linked from 2 awesome lists
awesomeawesome-list
Awesome Celery / General | |||
Celery documentation | Documentation on Celery Framework | ||
Celery GitHub | 25,062 | about 1 month ago | Celery source code |
Celery Pytest Plugin | Official pytest plugin for Celery | ||
celery-tasks-checklist | 118 | over 5 years ago | Useful checklist for building great Celery tasks |
Awesome Celery / Administration and Monitoring | |||
Celery Insights | 54 | about 1 month ago | Realtime monitoring tool for Celery clusters with a modern web UI |
Flower | 6,518 | 5 months ago | Web-based tool for managing and administering Celery clusters |
Leek | 151 | about 2 months ago | Monitoring tool that can monitor multiple brokers with a single container, unlike other tools |
django-celery-beat | 1,721 | about 1 month ago | Running periodic tasks from Django Admin |
celery-progress | 474 | 5 months ago | Download progress bar for Django/Celery |
django-celery-results | 698 | 3 months ago | Storing task results using the Django ORM |
django-health-check | 1,252 | 6 months ago | Health check plugin for Django. Celery health checks are bundled |
clearly | 403 | over 2 years ago | Console worker monitoring/inspecting/debugging |
celery-exporter | 438 | about 1 month ago | A Prometheus exporter for Celery |
celery-mixin | 438 | about 1 month ago | Monitoring mixin for Celery. A set of Grafana dashboards and Prometheus rules for Celery |
Awesome Celery / Analogues | |||
RQ | 9,945 | about 1 month ago | Simple, lightweight, Python library for creating background jobs, and processing them |
WakaQ | 576 | about 2 months ago | Minimalistic alternative to Celery |
aiotasks | 438 | over 4 years ago | Celery-like task queue but for asyncronous functions |
TaskTiger | 1,424 | about 1 month ago | Task management using Redis |
Awesome Celery / Task flow and organization | |||
Selinon | 305 | 6 months ago | Advanced flow control with dynamic task scheduling and declarative YAML configs |
celery-director | 538 | 7 months ago | YAML workflows for Celery tasks and WebUI to run them |
celery-once | 667 | over 1 year ago | Prevent multiple execution of celery tasks |
Jobtastic | 644 | over 4 years ago | Implement progress, status, caching, error handling with simple wrappers |
RedBeat | 928 | 10 months ago | Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis |
Awesome Celery / Implementation in different languages | |||
Rusty Celery | 786 | 7 months ago | Rust implementation |
gocelery | 2,384 | over 1 year ago | Go Client/Server for Celery Distributed Task Queue |
celery.node | 289 | 8 months ago | Celery client/worker implementation in Node.js |