Explorar el Código

celerybeat now supports command line configuration

Ask Solem hace 13 años
padre
commit
25e38e0440
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      celery/bin/celerybeat.py

+ 1 - 0
celery/bin/celerybeat.py

@@ -38,6 +38,7 @@ from .base import Command, Option, daemon_options
 
 
 class BeatCommand(Command):
+    enable_config_from_cmdline = True
     supports_args = False
     preload_options = (Command.preload_options
                      + daemon_options(default_pidfile="celerybeat.pid"))