mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 18:18:26 -04:00
remove result_expires
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user