Godisgreat
Starting Celery on Production
Good day, I am trying to integrate celery and redis into a Django project that performs background tasks.
The project works fine on the development server, I have tried to use the railway cli to start the celery worker and beat, but the process does work correctly.
That is once I close the cli the celery worker and beat stops working.
How can I achieve this.
26 replies