MAAP-Project / maap-hec-aws

2 stars 0 forks source link

Add bulk RETRY operation to manage ADES jobs #94

Open jjacob7734 opened 2 years ago

jjacob7734 commented 2 years ago

Add enumerated RETRY job calls to ADES methods via Figaro in HySDS on MCP. Similar to HySDS concept of "light-weight jobs". The approach is to replace the existing calls to celery with WPS-T calls to the ADES status endpoint and resubmit with the execute endpoints only if the state is failed, successful, or dismissed. If the state is accepted or running then do nothing.

Definition of Done: