From b3c66be889c28beaf36c1af1a71f8513b6719be6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Feb 27 2020 19:51:53 +0000 Subject: 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 --- diff --git a/roles/badges/frontend/templates/tahrir.ini b/roles/badges/frontend/templates/tahrir.ini index 6c764f4..c9b3dd2 100644 --- a/roles/badges/frontend/templates/tahrir.ini +++ b/roles/badges/frontend/templates/tahrir.ini @@ -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