ties / rpki-client-web

A web api for rpki-client
MIT License
7 stars 2 forks source link

document timeout behaviour now that rpki-client has better timeouts #84

Closed ties closed 10 months ago

ties commented 2 years ago

rpki-client after ~mid 2022 has solid processing timeouts. Probably good to document this:

If you set '-s 1800'

  • The total process [timeout] is 30 minutes.
  • Attempts to sync a given repos must complete within 1/4th (7.5 minutes).
  • Sync operations are executed concurrently (16 for RSYNC, 64 for RRDP).
  • All sync operations are halted after 7/8th of [timeout] (26.25 minutes).
  • This leaves 3.75 minutes at the end to produce the final VRP JSON and do cleanup operations.