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

Fix upper bound for expiration time in no-offers warning #582

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

azawlocki
Copy link
Contributor

@azawlocki azawlocki commented Aug 6, 2021

Fixes #581

@azawlocki azawlocki requested a review from a team August 6, 2021 14:08
@azawlocki azawlocki self-assigned this Aug 6, 2021
@azawlocki azawlocki merged commit 599fe48 into b0.6 Aug 9, 2021
azawlocki added a commit that referenced this pull request Aug 24, 2021
* Delete unused temp files and close unpublished files in GftpStorageProvider (#543)

* Delete unused temp files and close unpublished URLs in GftpStorageProvider
* Add unit tests for GftpStorageProvider
* Ensure newly created temp files are closed before being used
  If we keep a file open we won't be able to delete it on Windows
* Address code review suggestions
Co-authored-by: Kuba Mazurek <[email protected]>

* Add team mention to goth nightly failure messages (#575)

* Read env var to determine if GftpProvider shoud call `gftp close` (#573)

* Read env var to determine if GftpProvider shoud call `gftp close`

* Add info on YAPAPI_USE_GFTP_CLOSE env var to README.md

* Fix upper bound for expiraio time in no-offers warning (#582)

* Check gftp version to determine if `gftp close URL` should be used (#583)

* Check gftp version to determine if `gftp close URL` should be used

* Add `# type: ignore` to `import semantic_version`

* Add unit test for various env var/gftp version combinations

* Retry GetExecBatchResults on ApiExceptions caused by GSB Errors (#588)

* Implement re-tries for ApiExceptions caused by GSB Errors

* Endpoint -> endpoint

* Apply fixes after code review

* Fixes after code review: part II

* debug -> warning

* Improve logs when activity is prematurely terminated on the provider

* Formatting

* Raise BatchError when an activity is terminated by the provider

* Add unit tests for PollingBatch behavior when GSB errors occur

Co-authored-by: filipgolem <[email protected]>
Co-authored-by: Filip <[email protected]>

* Bump version to 0.6.3-alpha.0 (#589)

* Add semantic-version to dependencies, bump version to 0.6.3-alpha.1 (#591)

* Bump version to 0.6.3 (#592)

* Fix stable branch name regex in nightly workflow (#593)

Co-authored-by: Kuba Mazurek <[email protected]>
Co-authored-by: filipgolem <[email protected]>
Co-authored-by: Filip <[email protected]>
@azawlocki azawlocki linked an issue Aug 24, 2021 that may be closed by this pull request
@shadeofblue shadeofblue deleted the az/fix-no-offers-warning branch September 13, 2021 10:55
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.

No-offers warning message mentions 30 instead of 180 minutes
2 participants