run multiple jobs per ec2 (Runner Worker) #1148
Closed
lefterisALEX
started this conversation in
General
Replies: 1 comment
-
That is not supported by Seems that is will be solved with #1118 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have the setup with docker-machine runner - one runner agent and i noticed that for each job a new runner worker is launched. That means i have too many ec2 instances launched when i execute multiple jobs in parallel.
How can i define how many jobs i want each runner to pickup?
I tried this settgin the
runner_worker.request_concurrency
, but seems to not be what i am looking for.and also
runner_worker_docker_machine_instance.max_growth_rate
, but if i understand correctly this sets how many runner workers are allowed to be launched in tota.lBeta Was this translation helpful? Give feedback.
All reactions