MAAP-Project / maap-hec-aws

2 stars 0 forks source link

Add bulk STOP operation to manage ADES jobs #81

Open jjacob7734 opened 2 years ago

jjacob7734 commented 2 years ago

Add enumerated STOP 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 dismiss endpoint. This operation applies only to jobs in the following states: accepted, running. Do nothing if the state is successful, failed, or dismissed.

Definition of Done: