mirror of
https://github.com/wassname/openshift-celery-cartridge.git
synced 2026-06-27 16:10:05 +08:00
Update celeryconfig.py.erb
This commit is contained in:
@@ -27,8 +27,6 @@ CELERY_RESULT_BACKEND = 'redis://<%= ENV.fetch('OPENSHIFT_CELERY_RESULT_BACKEND'
|
||||
CELERY_IMPORTS = (<%= celery_imports %>, )
|
||||
|
||||
|
||||
CELERY_ANNOTATIONS = {"tasks.add": {"rate_limit": <%= ENV.fetch('OPENSHIFT_CELERY_RATE_LIM', '10/s') %>}}
|
||||
|
||||
"""
|
||||
BROKER_BACKEND = 'mongodb'
|
||||
CELERY_RESULT_BACKEND = 'mongodb'
|
||||
|
||||
Reference in New Issue
Block a user