DEV Community

Mayank-21
Mayank-21

Posted on

How to change default path of Celery beat service?

I installed Celery as a Windows service. My code moves *.pid and Celery log files into another directory, but three files (celerybeat-schedule.bak, celerybeat-schedule.dir, celerybeat-schedule.dat) which I am not able to move.

I used below code for changing other file's default path:

command = '"{celery_path}" -A {proj_dir}

Top comments (0)