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
Use canStartBuild rather than nextBuild for avoiding perf runs (#584)
There is some evidence that a delay in nextBuild can leak to unrelated
workers.
Switch to canStartBuild, whose docs show an example to put the worker
in “quarantine” and avoid the quarantine's exponential backoff
mechanism.
0 commit comments