remove result_expires

This commit is contained in:
Kenneth Kehl
2024-12-19 14:11:08 -08:00
3 changed files with 6 additions and 1 deletions

View File

@@ -169,7 +169,6 @@ class Config(object):
CELERY = {
"worker_max_tasks_per_child": 500,
"task_ignore_result": True,
"result_expires": 0,
"result_persistent": False,
"broker_url": REDIS_URL,
"broker_transport_options": {