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

Delay checking upstream version information #117

Open
GetPsyched opened this issue Dec 25, 2023 · 0 comments
Open

Delay checking upstream version information #117

GetPsyched opened this issue Dec 25, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@GetPsyched
Copy link
Contributor

This code was introduced in v0.5.1:

nexus/nexus/__main__.py

Lines 174 to 175 in 3e6d11f

# Check for updates
outdated, latest_version = Version.fetch_latest_nexus_version()

The problem here is that this delays the launch of the application.

Probably 2 ways of solving this:

  1. Only run this function if it hasn't been run in the last 24 hours
  2. Lazy load the check so that the application can launch normally and the version can be checked in the background
@Raymo111 Raymo111 added the enhancement New feature or request label Aug 21, 2024
@Raymo111 Raymo111 added the help wanted Extra attention is needed label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants