Skip to content

0.2.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 22:18
· 13 commits to develop since this release

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

What's Changed

Full Changelog: 0.2.2...0.2.3