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

root server has unnecessary 10-second delay while starting up #1615

Closed
gkc opened this issue Oct 14, 2023 · 0 comments · Fixed by #1616
Closed

root server has unnecessary 10-second delay while starting up #1615

gkc opened this issue Oct 14, 2023 · 0 comments · Fixed by #1616
Assignees
Labels
bug Something isn't working

Comments

@gkc
Copy link
Contributor

gkc commented Oct 14, 2023

Describe the bug

  • During root server startup there is a loop which waits for certificates to become available
  • If the certificates are present on the file system then we break out of the loop
  • The intent is that if the certificates are not present then we sleep for 10 seconds before trying again
  • However the code as written results in a 10-second delay even if the certificates were present

Steps to reproduce

  • Start the root server with certificates present. Observe the 10-second delay

Expected behavior

  • When the certificates are present, there should be no delay while starting up

Screenshots

No response

Smartphones

No response

Were you using an atApplication when the bug was found?

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant