DEV: Include DISCOURSE_REDIS_REPLICA_HOST in cache_critical_dns (#15877)

This is the replacement for DISCOURSE_REDIS_SLAVE_HOST
This commit is contained in:
David Taylor 2022-02-09 14:41:26 +00:00 committed by Michael Fitz-Payne
parent 689ba22db0
commit 9524c1320a

View File

@ -15,6 +15,7 @@ CRITICAL_HOST_ENV_VARS = %w{
DISCOURSE_DB_REPLICA_HOST
DISCOURSE_REDIS_HOST
DISCOURSE_REDIS_SLAVE_HOST
DISCOURSE_REDIS_REPLICA_HOST
}
def log(msg)