Jelajahi Sumber

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

Arnaud Rocher 8 tahun lalu
induk
melakukan
fd9ea7b50f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      celery/bin/beat.py

+ 1 - 1
celery/bin/beat.py

@@ -37,7 +37,7 @@
 
 .. 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
     and the pid is still alive.