Merge branch 'master' into improved-logging-enable-auto-rotate
This commit is contained in:
commit
3b8f3612a1
|
@ -390,6 +390,10 @@ Here are the Celery configuration variables that should be set::
|
||||||
CELERY_IMPORTS = ('lemur.common.celery')
|
CELERY_IMPORTS = ('lemur.common.celery')
|
||||||
CELERY_TIMEZONE = 'UTC'
|
CELERY_TIMEZONE = 'UTC'
|
||||||
|
|
||||||
|
Do not forget to import crontab module in your configuration file::
|
||||||
|
|
||||||
|
from celery.task.schedules import crontab
|
||||||
|
|
||||||
You must start a single Celery scheduler instance and one or more worker instances in order to handle incoming tasks.
|
You must start a single Celery scheduler instance and one or more worker instances in order to handle incoming tasks.
|
||||||
The scheduler can be started with::
|
The scheduler can be started with::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue