mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Dyn support for configrable healthchecks and _extra_changes support
More thorough unit tests while I'm in here. Ended up doing some hacks/monkey patching of DSFMonitor as the client library's object doesn't seem to be fully functional/useful and has inconsitent behavior.
This commit is contained in:
@@ -646,7 +646,7 @@ class Route53Provider(BaseProvider):
|
||||
pass
|
||||
# no good, doesn't have the right health check, needs an update
|
||||
self.log.info('_extra_changes: health-check caused '
|
||||
'update')
|
||||
'update of %s:%s', record.fqdn, record._type)
|
||||
extra.append(Update(record, record))
|
||||
# We don't need to process this record any longer
|
||||
break
|
||||
|
Reference in New Issue
Block a user