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
The current code works well, but it only considers the first page of the list of job runs. We had a problem that scheduled a lot of long-running jobs (~50pages of builds, 25 jobs/page), and some have been automatically cancelled, but since this only considers the first page of the result not all jobs are cancelled.
This could be improved by changing the endpoint to this:
Hi!
The current code works well, but it only considers the first page of the list of job runs. We had a problem that scheduled a lot of long-running jobs (~50pages of builds, 25 jobs/page), and some have been automatically cancelled, but since this only considers the first page of the result not all jobs are cancelled.
This could be improved by changing the endpoint to this:
And iterate
page
from 1 to a given number (maybe 5 by default, configurable?)The text was updated successfully, but these errors were encountered: