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

[New Feature]: Dynamic Compressed CSLC checking, blocking, and running for DISP-S1 workflow forward and reprocessing modes #925

Open
philipjyoon opened this issue Jul 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request needs triage Issue that requires triage

Comments

@philipjyoon
Copy link
Contributor

philipjyoon commented Jul 18, 2024

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:

  • Store in GRQ ES information about CSLC download jobs that do not yet have all c-cslcs created.
  • In the query job, go through those first, and if any of them have c-cslcs satisfied, submit those download jobs.
    • We could also create a separate job and queue started by lambda that does this. That would be similar to ionosphere download job design in R2
@philipjyoon philipjyoon added enhancement New feature or request needs triage Issue that requires triage labels Jul 18, 2024
@philipjyoon philipjyoon self-assigned this 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 22, 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 31, 2024
philipjyoon added a commit that referenced this issue Jul 31, 2024
…riggered. Enabled specifying frame_id when running in forward mode
philipjyoon added a commit that referenced this issue Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Issue that requires triage
Projects
None yet
Development

No branches or pull requests

1 participant