MAAP-Project / maap-hec-aws

2 stars 0 forks source link

Add bulk PURGE operation to manages ADES jobs #93

Open jjacob7734 opened 2 years ago

jjacob7734 commented 2 years ago

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

Definition of Done: