podaac / bignbit

3 stars 1 forks source link

Feature/issue 7 - Remove wait for GITC response #30

Closed torimcd closed 3 months ago

torimcd commented 4 months ago

Github Issue: closes #7

Description

Waiting for the GITC response currently throttles the number of image sets we can send. Change to remove the wait period and complete successfully when we complete the send. Handle the GITC response outside of the state machine.

Overview of work done

Overview of verification done

No new unit tests, existing tests pass

Overview of integration done

Deployed to SIT. Workflow succeeds when invoked manually and both CNM & CNM-R messages are saved in the audit bucket under collection_var prefix

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request