Currently watcher will always keep a reconnection attempt in-flight when polled (and there is no active connection already). That's a bit excessive, and pretty unkind to the apiserver.
This isn't too bad for watcher itself since you can add a delay on the consumer side instead, but we should at least add something for Controller...
Currently
watcherwill always keep a reconnection attempt in-flight when polled (and there is no active connection already). That's a bit excessive, and pretty unkind to the apiserver.This isn't too bad for
watcheritself since you can add a delay on the consumer side instead, but we should at least add something forController...