diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -257,7 +257,6 @@ broker.url = amqp://kallithea:thepasswor celery.result.backend = db+sqlite:///celery-results.db -#celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000 celeryd.concurrency = 2 diff --git a/kallithea/lib/celerypylons/__init__.py b/kallithea/lib/celerypylons/__init__.py --- a/kallithea/lib/celerypylons/__init__.py +++ b/kallithea/lib/celerypylons/__init__.py @@ -31,7 +31,7 @@ def celery_config(config): celery_config = CeleryConfig() PREFIXES = """ADMINS BROKER CASSANDRA CELERYBEAT CELERYD CELERYMON CELERY EMAIL SERVER""".split() - LIST_PARAMS = """CELERY_IMPORTS ADMINS ROUTES CELERY_ACCEPT_CONTENT""".split() + LIST_PARAMS = """CELERY_IMPORTS CELERY_ACCEPT_CONTENT""".split() for config_key, config_value in sorted(config.items()): celery_key = config_key.replace('.', '_').upper() diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -363,7 +363,6 @@ broker.url = amqp://kallithea:thepasswor celery.result.backend = db+sqlite:///celery-results.db -#celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000 celeryd.concurrency = 2