alan-turing-institute / spc-hpc-pipeline

Azure batch pipeline for the SPC project
MIT License
2 stars 0 forks source link

Programatically monitor tasks success and resubmit failed ones #9

Open crangelsmith opened 1 year ago

crangelsmith commented 1 year ago

Currently, we can monitor the tasks by the azure portal, we should be able to do this programmatically and obtain LADs names of tasks that might have failed to resubmit.

We can start by modifying our to wait_for_tasks_to_complete function like this and recover the name of the failed ones.