mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Disable memcached access
It seems to somehow cause trouble suddenly, with a deadlock, the last commit didn't seems to fix it. See https://pagure.io/fedora-infrastructure/issue/8689 for details
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
950d31ab2b
commit
c76e5820a7
@@ -35,7 +35,9 @@ tahrir.admin = ralph@fedoraproject.org, puiterwijk@fedoraproject.org, nb@fedorap
|
||||
|
||||
tahrir.pngs.uri = /usr/share/badges/pngs
|
||||
|
||||
dogpile.cache.backend = dogpile.cache.memcached
|
||||
# disabled, trying to see if this fix this bug
|
||||
# https://pagure.io/fedora-infrastructure/issue/8689
|
||||
dogpile.cache.backend = dogpile.cache.null
|
||||
dogpile.cache.expiration_time = 100
|
||||
dogpile.cache.arguments.url = memcached01:11211
|
||||
dogpile.cache.arguments.distributed_lock = True
|
||||
|
||||
Reference in New Issue
Block a user