From 6ad9eeb655115c7d781c6f99a127add557828f05 Mon Sep 17 00:00:00 2001 From: zzpwelkin Date: Fri, 27 Dec 2013 11:40:12 +0800 Subject: [PATCH] Update celeryconfig.py.erb --- conf.d/celeryconfig.py.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.d/celeryconfig.py.erb b/conf.d/celeryconfig.py.erb index 5e5cfc3..bcf2a75 100644 --- a/conf.d/celeryconfig.py.erb +++ b/conf.d/celeryconfig.py.erb @@ -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'