Update celeryconfig.py.erb

This commit is contained in:
zzpwelkin
2013-12-27 11:40:12 +08:00
parent 6fe90ba252
commit 6ad9eeb655
-2
View File
@@ -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'