mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
Badges: make the cache lock timeout longer
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -75,7 +75,8 @@ password = "{{ (env == 'production')|ternary(badges_prod_redis_password, badges_
|
||||
db = 0
|
||||
redis_expiration_time = 86400
|
||||
distributed_lock = true
|
||||
lock_timeout = 5
|
||||
# Lock timeout should be longer than the longest datanommer query
|
||||
lock_timeout = 14400
|
||||
thread_local_lock = false
|
||||
|
||||
# This is a set of data that tells our consumer what Open Badges Issuer
|
||||
|
||||
Reference in New Issue
Block a user