Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#927 Redis clustering, move retry_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 25, 2023
1 parent 451f6ae commit 70fb95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@
'visibility_timeout': 259200, # 72 hours, the longest ETA
'socket_timeout': 5.0,
'socket_connect_timeout': 5.0,
} | RETRY_POLICY
'retry_policy': RETRY_POLICY
}

if REDIS_SENTINELS:
CELERY_RESULT_BACKEND = ''
Expand Down

0 comments on commit 70fb95c

Please sign in to comment.