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 |
|
|
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() |
General Comments 0
You need to be logged in to leave comments.
Login now