Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add fail safe intervals to restart watches as necessary #236

Merged
merged 12 commits into from
Jan 26, 2022

Conversation

alewitt2
Copy link
Member

No description provided.

using abort to end the request stream causes an error event to get thrown. using destroy instead because we are intentionally destroying the stream in order to bring up a new one.
to be used in EventHandler to identify if the watch() function needs to be called  in the case of kube freezing our watch but not telling us.
@alewitt2 alewitt2 linked an issue Jan 24, 2022 that may be closed by this pull request
@alewitt2
Copy link
Member Author

razee-io/Razee#135

lib/EventHandler.js Outdated Show resolved Hide resolved
lib/EventHandler.js Outdated Show resolved Hide resolved
lib/EventHandler.js Outdated Show resolved Hide resolved
lib/EventHandler.js Outdated Show resolved Hide resolved
alewitt2 and others added 8 commits January 24, 2022 14:37
Co-authored-by: Adam King <rak@linux.vnet.ibm.com>
Co-authored-by: Adam King <rak@linux.vnet.ibm.com>
Co-authored-by: Adam King <rak@linux.vnet.ibm.com>
Co-authored-by: Adam King <rak@linux.vnet.ibm.com>
@alewitt2 alewitt2 merged commit 874c258 into master Jan 26, 2022
@alewitt2 alewitt2 deleted the liveness branch January 26, 2022 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Controller freezes and kube fails to restart based on liveness.
2 participants