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: replace start timeout with hub startup state #1090

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Feb 13, 2025

Fixes #1073

Originally we added an arbitrary timeout and delayed messages to give the user the feeling that something is happening.

The problem with the timeout is even after the timeout we cannot do anything because we lock the startup and it's impossible to try again until the startup definitely succeeds or fails.

I have replaced the timeout with showing the actual current state of the node startup. (Only on the start screen - the finish screen for first node startup is fast enough)

@rolznz rolznz requested review from bumi and im-adithya February 13, 2025 07:45
@@ -129,6 +94,11 @@ export default function Start() {
<LoadingButton type="submit" loading={loading}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we then also change the title of the TwoColumnLayoutHeader to Start as well?

Copy link
Member

@im-adithya im-adithya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small comment, otherwise tACK

@rolznz rolznz merged commit cc24257 into master Feb 14, 2025
10 checks passed
@rolznz rolznz deleted the feat/hub-startup-state branch February 14, 2025 09:03
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.

Hubs with VSS sometimes take a long time to start
2 participants