Parcourir la source

Specify default value for pidfile option of celery beat. (#3722)

Arnaud Rocher il y a 8 ans
Parent
commit
fd9ea7b50f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      celery/bin/beat.py

+ 1 - 1
celery/bin/beat.py

@@ -37,7 +37,7 @@
 
 
 .. cmdoption:: --pidfile
 .. cmdoption:: --pidfile
 
 
-    Optional file used to store the process pid.
+    File used to store the process pid. Defaults to `celerybeat.pid`.
 
 
     The program won't start if this file already exists
     The program won't start if this file already exists
     and the pid is still alive.
     and the pid is still alive.