Earth-Information-System / fireatlas

4 stars 2 forks source link

Develop Workflow for Failing DPS Job Alerts #89

Closed ranchodeluxe closed 1 month ago

ranchodeluxe commented 1 month ago

Problem

Our DPS run bash script has a try/catch to make sure logs are copied to DPS outputs during failures but has the unintentional effect of not bubbling our system exit signal so the DPS runner knows it's a failure. Now that DPS will show statuses as failures we also need a way to alert us when a job fails

Solution

ranchodeluxe commented 1 month ago

do to flesh out #87

ranchodeluxe commented 1 month ago

doneso