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
Well, work-around is to have max_prealloc >= max_starting which is going
to be our case anyways. So I'm marking this as an enhancement.
The challenge here is that multiple pools could match the taken ticket tags,
and we shouldn't spin up resources unnecessarily in all the pools... Perhaps
this is equivalent or similar to #24.
Even though I have this:
And several (5+) tag-matching tickets are taken, only two builders are being started
at the same time.
The text was updated successfully, but these errors were encountered: