Преглед на файлове

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

Arnaud Rocher преди 8 години
родител
ревизия
fd9ea7b50f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.