Re: Listen executor/node events

2019-03-01 Thread Jesse Glick
On Thu, Feb 28, 2019 at 2:47 PM Ivan Fernandez Calvo wrote: > when we spin more than 100 agents at the same time, […] pipelines try to > reuse an agent because the way we manage to put the agent offline and destroy > (about 1-2% of times) So, some sort of race condition? Probably depends on wha

Listen executor/node events

2019-02-28 Thread Ivan Fernandez Calvo
Hi, We have a custom implementation to provision Jenkins agents, it works pretty well and allow us to provision more than 400 and downscale when they finish. we have a known bug that happens when we spin more than 100 agents at the same time, the bug is that pipelines try to reuse an agent beca