Michael Brown
7200653e16
FIX: cache_critical_dns was erroring without IPAddr
...
* sometimes cache_critical_dns would error out since "IPAddr" was
undefined
* sometimes it autoloaded, so no error
2019-12-27 12:39:08 -05:00
Michael Brown
7b1783bae8
FIX: cache_critical_dns was never caching pg replica ( #7461 )
...
* it's DISCOURSE_DB_REPLICA_HOST not DISCOURSE_DB_BACKUP_HOST
2019-04-30 08:42:51 +08:00
Sam
6acabec423
FIX: script was missing newlines when generating hosts
2018-11-28 15:18:08 +11:00
Sam
6d9d904df5
add missing newline to end of file
2018-11-23 15:43:27 +11:00
Sam
d7b0f0069c
no need to double strip this line
2018-11-23 14:48:02 +11:00
Sam
4c6eeaac15
Followup on 0739c3b1d1
...
This corrects some minor style issues
2018-11-23 14:43:52 +11:00
Sam
0739c3b1d1
DEV: this introduces a script capable of caching critical DNS locally
...
This is useful for cases where you want to add resiliency to DNS lookups
for redis and postgres, so they will continue to work even if there is
a DNS outage
2018-11-22 18:46:59 +11:00