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

Log message for timeout error when loading model artefacts #142

Closed
wants to merge 1 commit into from

Conversation

gertln
Copy link

@gertln gertln commented Sep 26, 2024

Earth2Studio Pull Request

Description

Added log message with hint to timeout env variable for timeouts that happens during loading model artefacts. It will help new users to solve timeout problems that happen frequently with large models such as SFNO.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The CHANGELOG.md is up to date with these changes.
  • An issue is linked to this pull request.

Dependencies

@NickGeneva NickGeneva added the 1 - On Deck To be worked on next label Oct 8, 2024
@dallasfoster
Copy link
Collaborator

/blossom-ci

1 similar comment
@dallasfoster
Copy link
Collaborator

/blossom-ci

Comment on lines +102 to +103
m = 'Loading model artefact resulted in timeout. Consider increasing timeout through environment variable "EARTH2STUDIO_PACKAGE_TIMEOUT". Currently it is set to %s seconds.' % timeout
logger.error(m)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like a linting error. From your local copy of the project directory, please run make setup-ci and make lint.

@NickGeneva NickGeneva mentioned this pull request Nov 21, 2024
5 tasks
@NickGeneva
Copy link
Collaborator

Closing, added in #155

Thanks!

@NickGeneva NickGeneva closed this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - On Deck To be worked on next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants