##// END OF EJS Templates
celery: drop config settings not supported in Celery 4...
Mads Kiilerich -
r8134:ecd3cf91 default
parent child Browse files
Show More
@@ -257,7 +257,6 b' broker.url = amqp://kallithea:thepasswor'
257 257
258 258 celery.result.backend = db+sqlite:///celery-results.db
259 259
260 #celery.send.task.error.emails = true
261 260 #celery.amqp.task.result.expires = 18000
262 261
263 262 celeryd.concurrency = 2
@@ -31,7 +31,7 b' def celery_config(config):'
31 31 celery_config = CeleryConfig()
32 32
33 33 PREFIXES = """ADMINS BROKER CASSANDRA CELERYBEAT CELERYD CELERYMON CELERY EMAIL SERVER""".split()
34 LIST_PARAMS = """CELERY_IMPORTS ADMINS ROUTES CELERY_ACCEPT_CONTENT""".split()
34 LIST_PARAMS = """CELERY_IMPORTS CELERY_ACCEPT_CONTENT""".split()
35 35
36 36 for config_key, config_value in sorted(config.items()):
37 37 celery_key = config_key.replace('.', '_').upper()
@@ -363,7 +363,6 b' broker.url = amqp://kallithea:thepasswor'
363 363
364 364 celery.result.backend = db+sqlite:///celery-results.db
365 365
366 #celery.send.task.error.emails = true
367 366 #celery.amqp.task.result.expires = 18000
368 367
369 368 celeryd.concurrency = 2
General Comments 0
You need to be logged in to leave comments. Login now