bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Handle update failure, retry more often #42

Closed randomthingsandstuff closed 2 years ago

randomthingsandstuff commented 2 years ago

in routineUpdate(), sometimes an update can fail. But if it does, the loop will simply wait for the refresh interval (default 1 hour). Against OctoRPKI, this was seen owing to some date parsing thing that cleared up shortly after.

If an update fails, make the refresh interval short to try again soon.