Llvm.NET icon indicating copy to clipboard operation
Llvm.NET copied to clipboard

rerun_failed_jobs method to rerun all failed jobs in a history

Open simonbray opened this issue 3 years ago • 0 comments

Create a gi.histories.rerun_failed_jobs() method to rerun all failed jobs in a history.

This could be done with the current API but afaics would require a for loop over all the datasets in the history. It would therefore be more efficient to implement a new API endpoint to avoid hundreds or thousands of unnecessary API calls.

simonbray avatar Nov 04 '20 17:11 simonbray