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

Revert the ws-daemon max unavailable back to wsdaemonMaxAttempts #11719

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

jenting
Copy link
Contributor

@jenting jenting commented Jul 28, 2022

Description

Give the ws-daemon unavailable retry maximum be 2 mins.
We see in the production cluster, that once the ws-daemon is gone, probably due to the underlying node being gone.
We don't need to waste time to keep retrying it for 1 hour in such a case.

Somehow, the finalizeWorkspaceContent executes takes 3h14m, it not what we expected within 1 hour.
image

Related Issue(s)

Fixes #

How to test

Release Notes

None

Documentation

None

Werft options:

  • /werft with-preview

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
@jenting jenting requested a review from a team July 28, 2022 08:13
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label Jul 28, 2022
@utam0k
Copy link
Contributor

utam0k commented Jul 28, 2022

How about checking if the underlying node is existing?

@jenting
Copy link
Contributor Author

jenting commented Jul 28, 2022

How about checking if the underlying node is existing?

Well, I want to decrease the time that ws-manager keeps in finalizeWorkspaceContent over 3 hours.

@roboquat roboquat merged commit d8867d3 into main Jul 28, 2022
@roboquat roboquat deleted the jenting/revert-to-wsdaemonMaxAttempts branch July 28, 2022 12:46
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/XS team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants