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

Increase connection timeout and improve status for initialization #479

Merged
merged 5 commits into from
Jan 17, 2021

Conversation

krassowski
Copy link
Member

@krassowski krassowski commented Jan 16, 2021

References

Fixes #468

Code changes

  • Retries checking if connection is initialized:
    • every 150ms for 30 seconds first and if does not get there emit an early warning, and then
    • every 1 second for 5 minutes
  • Actually check if servers are installed and only say that they are missing if they are not installed and not if they are unable to be reached

User-facing changes

In addition to above changed "Partially initialized" label to "Initializing..." to better reflect the underlying status, and to help distinguish new problems from old problems ;)

Backwards-incompatible changes

None

Chores

  • linted
  • tested
  • documented
  • changelog entry

@krassowski krassowski merged commit 027b84e into master Jan 17, 2021
@krassowski krassowski deleted the fix-connection-timeout-and-status branch February 16, 2021 23:23
@krassowski krassowski added this to the 3.1 milestone Aug 1, 2021
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.

Connect timed out to python on first launch
1 participant