1 === modified file 'etc/celeryconfig_common.py' 2 --- etc/celeryconfig_common.py 2012-09-28 15:31:48 +0000 3 +++ etc/celeryconfig_common.py 2012-10-03 14:22:19 +0000 4 @@ -42,6 +42,8 @@ 5 # Location for log file. 6 MAAS_CELERY_LOG = '/var/log/maas/celery.log' 7 8 +# Location for the cluster worker schedule file. 9 +MAAS_CLUSTER_CELERY_DB = '/var/lib/maas/celerybeat-cluster-schedule'
If it's in the 'common' config, won't this affect the region's celeryd? -- https://code.launchpad.net/~rvb/maas/explicit-beat-schedule/+merge/127775 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/explicit-beat-schedule into lp:maas. _______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

