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

Release/0.2.3 #58

Merged
merged 10 commits into from
Feb 12, 2025
Merged

Release/0.2.3 #58

merged 10 commits into from
Feb 12, 2025

Conversation

frankinspace
Copy link
Member

@frankinspace frankinspace commented Feb 12, 2025

Release Notes

  • Following triage with the Harmony team it was discovered that bignbit should throttle requests to the Harmony API. This can be controlled via the background queue throttle for bignbit. This limits how many browse image workflows can run concurrently and should be set to no more than 100 for this release.
  • A new environment variable HARMONY_SHOULD_VALIDATE_AUTH controls whether or not Harmony clients used by the lambdas will validate EDL credentials on initialization.
  • This release also fixes a bug that was causing the workflow execution status in the Cumulus Dashboard to get stuck in "Running" status.

Test Results

Tested in services UAT and observed cumulus_meta is now present in the output CMA message from the step function execution. This should allow proper updating to the cumulus dashboard status but will need to be verified once installed in a cumulus environment.

Was able to successfully run 100 parallel executions in services UAT environment.

Changelog

[0.2.3]

Added

Changed

  • issues/55: Harmony client changed from per request and instead will be cached as global variable and will not validate auth credentials on initialization.

Deprecated

Removed

Fixed

  • issues/54: Fixed bug where status was not being reported to Cumulus Dashboard by adding cumulus_meta back into the output CMA.

Security

frankinspace and others added 8 commits February 12, 2025 12:56
* /version 0.3.0a0

* /version 0.3.0a1

* /version 0.3.0a2

* /version 0.3.0a3

* Fixed bug where status was not being reported to Cumulus Dashboard by adding `cumulus_meta` back into the output CMA.

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>
* /version 0.3.0a0

* /version 0.3.0a1

* /version 0.3.0a2

* /version 0.3.0a3

* made client global

* Harmony client changed from per request and instead will be cached as global variable and will not validate auth credentials on initialization.

* fix lint

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>
@frankinspace frankinspace requested a review from torimcd February 12, 2025 21:45
@frankinspace frankinspace merged commit 65c0c17 into main Feb 12, 2025
1 check passed
@frankinspace frankinspace deleted the release/0.2.3 branch February 12, 2025 22:16
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.

2 participants