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:
parent
950d31ab2b
commit
c76e5820a7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue