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:
Michael S 2020-02-27 19:49:24 +00:00 committed by Pierre-Yves Chibon
parent 950d31ab2b
commit c76e5820a7

View file

@ -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