Just to clarify things - I am working on a systemd service file celerybeat.service
which should take care of the Celery beat. What I am doing at the moment is calling a script which reads /var/run/celery/celerybeat.pid
, kills process with that PID, and then starts Celery beat process again.
Is there a better way to accomplish this?