docker-django-celery
docker-django-celery copied to clipboard
Django, celery and more, all dockerized
Results
3
docker-django-celery issues
Sort by
recently updated
recently updated
newest added
I have some scheduler tasks, so I need celery beat to manage them. Like below: Only run `celery -A myproject.celeryconf beat` in one worker, but run `celery worker -A myproject.celeryconf...
Hi Justyna, Thanks for your sharing and the tutorial which is very helpful! I want to ask how to add in flower monitor, I did the addition as this in...