Celery v0.9.0 (unstable) documentation
A string identifying the default serialization method to use. Can be pickle (default), json, yaml, or any custom serialization methods that have been registered with carrot.serialization.registry.
Default is pickle.
Maximum number of retries before we give up re-establishing a connection to the AMQP broker.
If this is set to 0 or None, we will retry forever.
Default is 100 retries.
Name of the persistent schedule database file. Default is: celerybeat-schedule.
Default log file for celerybeat. Default is: celerybeat.log.
The default rate limit applied to all tasks which doesn’t have a custom rate limit defined. (Default: None)
Use a custom cache backend for celery. If not set the django-global cache backend in CACHE_BACKEND will be used.
Name of celerybeats pid file. Default is: celerybeat.pid.
If True all rate limits will be disabled and all tasks will be executed as soon as possible.
Default log level for celerybeat. Default is: INFO.
The backend used to store task results (tombstones).