Browse Source

celerybeat now supports command line configuration

Ask Solem 13 years ago
parent
commit
25e38e0440
1 changed files with 1 additions and 0 deletions
  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"))