presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

nameserver for the zone should be persisted in the DB and only updated periodically #181

Closed rciorba closed 7 years ago

rciorba commented 7 years ago

In order to avoid triggering AWS rate limiting, we should not read the NS records for all zones when updating the ns_propagated attribute, but persist the data on the Zone record and update less frequently.