-
Notifications
You must be signed in to change notification settings - Fork 12
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
[New Feature]: Dynamic Compressed CSLC checking, blocking, and running for DISP-S1 workflow forward and reprocessing modes #925
Labels
Comments
philipjyoon
added
enhancement
New feature or request
needs triage
Issue that requires triage
labels
Jul 18, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 20, 2024
…ressed cslc satiety. If not satified, the download job parameters are stored in GRQ ES for future evaluation and execution
philipjyoon
added a commit
that referenced
this issue
Jul 23, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 23, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 24, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 24, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 25, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 25, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 26, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 31, 2024
philipjyoon
added a commit
that referenced
this issue
Jul 31, 2024
…riggered. Enabled specifying frame_id when running in forward mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
DISP-S1 SCIFLO can run if and only if all m compressed cslcs have been satisfied. Compressed cslcs are generated also by the DISP-S1 SCIFLO jobs. CSLC Download jobs currently perform the compressed cslc satiety check and fail if it is not met.
Instead of failing such jobs, we want to block (pause, etc) the download jobs if compressed cslcs have not been satisfied. And when they are satisfied then we can trigger the download jobs.
https://github.com/nasa/opera-sds-pcm/blob/develop/tools/run_disp_s1_historical_processing.py does something very similar so we should refactor that and integrate it into this design.
Quick design:
The text was updated successfully, but these errors were encountered: