kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

Retry in watch operations

Open KaanSimsek opened this issue 1 year ago • 1 comments

Is your enhancement related to a problem? Please describe

I have a watch operation for a crd. I am currently trying to enable retry in watch so when action fails it will retry. For example when an modified event came and something went wrong I want watcher to retry. But it does not. Are there any ways to do this currently?

Describe the solution you'd like

I dont have a solution

Describe alternatives you've considered

No response

Additional context

No response

KaanSimsek avatar Jun 14 '24 12:06 KaanSimsek