projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

Recover from watcher connection errors and timeouts #1296

Closed scothis closed 5 years ago

scothis commented 5 years ago

Previously, when waiting for a crated resoruce to become ready, if the network burped or the watch requeted timed out (~1min), the watcher would hang and never return. Now, the watcher uses an Informer internally, and can recover from connection issues to reach a resolution.