d.mg
Django + Celery + beat
Hello, I'm trying to host a Django API with a celery worker and a beat scheduler. For this I would need to have a separate process for each, I've tried running them within the same service using a Dockerfile, but only the first command seems to run. How would I go about doing this?
4 replies