Actions
Feature #4299
closedLogins (and possibly more) fail if the memcached server is unavailable
Description
ruby193-rubygem-foreman_memcache-0.0.3-1
foreman 1.4
If the memcached server is unavailable, logins and potentially more (haven't tested) fail with the below error:
pemcached cache backend enabled: [:dalli_store, "memcached.domain.com", {:namespace=>"foreman", :expires_in=>86400, :compress=>true}]
Connecting to database specified by database.yml
memcached.domain.com:11211 failed (count: 0)
DalliError: No server available
memcached.domain.com:11211 failed (count: 1)
memcached.domain.com:11211 is down
DalliError: No server available
DalliError: No server available
Actions