redbeat
flower
redbeat | flower | |
---|---|---|
2 | 3 | |
966 | 6,799 | |
1.2% | 0.4% | |
7.3 | 4.5 | |
7 days ago | 10 months ago | |
Python | Python | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redbeat
-
Django Celery Beat
afaik you cant dynamically create scheduled tasks - but i was able to achieve this with redbeat. curious to see what more experienced ppl have to say as well.
-
How I made Python/Django Apps deploy themselves
of course it does. Appliku out of the box provides a way to provision redis and rabbmitmq.
I have yet to write a tutorial about celery.
To specify processes to run you use Procfile. Specify your celery commands and enable them in Process tab in Appliku interface.
In order to have celery beat working you should use redbeat: https://github.com/sibson/redbeat
Other than that – no specific requirements. Drop me a line in contacts on our site if you need any help. Or in our Discord Community: https://appliku.com/discord
flower
-
Scaling Celery to handle workflows and multiple queues
Use flower to monitor workers and tasks.
-
Python Celery - high level overview(animated video)
Not sure what your criteria for good observability ist, but flower served me well enough for this in the last couple of years.
-
Wondering if I should use Celery vs threads for what I want to do
From experience i would not use threads for this or any background jobs. I would use Celery or Flask-RQ2 to be your workers, you will also probably end up using them to run other tasks as you encounter the need for other jobs. They both use Redis as a broker and job store and you can use Redis for other things like caching and so many other useful features. I kind of like RQ2 more then Celery because its a little simpler but Celery has a lot more to offer, more features. RQ2 has rq-dashboard for monitoring jobs and Celery has Flower.
What are some alternatives?
UpSnap - A simple wake on lan web app written with SvelteKit, Go and PocketBase.
django-suit - Modern theme for Django admin interface
celery-exporter - A Prometheus exporter for Celery metrics
django-jazzmin - Jazzy theme for Django
dokku-dashboard - A GUI for Dokku hosted on Dokku
Wooey - A Django app that creates automatic web UIs for Python scripts.