Skip to content Skip to sidebar Skip to footer

How To Daemonize Django Celery Periodic Task On Ubuntu Server?

On localhost, i used these statements to execute tasks and workers. Run tasks: python manage.py celery beat Run workers: python manage.py celery worker --loglevel=info I used otp,

Solution 1:

Post a Comment for "How To Daemonize Django Celery Periodic Task On Ubuntu Server?"