You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: