mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
greenwave: Avoid request errors when memcached is temporarily down
This commit is contained in:
@@ -45,5 +45,9 @@ CACHE = {
|
||||
'distributed_lock': True,
|
||||
# Release lock in case the owner was terminated.
|
||||
'lock_timeout': 120,
|
||||
# Retry if memcached is temporarily down.
|
||||
'enable_retry_client': True,
|
||||
'retry_attempts': 15,
|
||||
'retry_delay': 2, # seconds
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user