[go-cd] Gocd elastic agent high bootstrap time

2022-02-07 Thread deepak jain
Gocd elastic agent takes upto 90 sec to complete the bootstrap in many cases. we are using k8s elastic agent in gocd. - after starting to search for high bootstrap time i found out the main culprit was pluing loader. it aws loading plugin sequentially. so after removing plugin which we don't n

[go-cd] Re: Gocd elastic agent high bootstrap time

2022-02-13 Thread deepak jain
I was able to reduce the first 10 sec interval by setting this ``` export AGENT_BOOTSTRAPPER_JVM_ARGS="-Dagent.bootstrapper.wait.time.before.relaunch.in.ms=200 ``` On Tuesday, February 8, 2022 at 12:07:59 AM UTC+5:30 deepak jain wrote: > > Gocd elastic agent takes upto 90 sec to c