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
Fixes#226076Fixes#226074Fixes#225725Fixes#225280Fixes#224985Fixes#224934Fixes#224742Fixes#224675Fixes#224670Fixes#224135Fixes#223437Fixes#223364
## Summary
The first 9 issues were flaky with error `Error: expected 200 to sort of
equal 204`. This is caused by this PR
#223336 which has the schedule API
return a 200 if an instance of the task was already running for the
space. This flakiness should be fixed by retrying the schedule request
until a 204 is achieved.
The last 3 issues were flaky before the prior PR was merged so I suspect
they ran into the same issue (where another instance of the task was
already running so the new task was not kicked off but no indication of
this was returned).
0 commit comments