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
When running the ECS plug-in, an agent EC2 instance is always running, but there are no executors until a job is launched, leaving the instance idle and still having to wait for an executor to launch. We would like to have a Minimum amount of running executors so we can reduce job launch being that there is always one instance running.
We cannot use Fargate as we need support to build docker containers.
This request should still kill and relaunch an executor once a job has run on it.
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
When running the ECS plug-in, an agent EC2 instance is always running, but there are no executors until a job is launched, leaving the instance idle and still having to wait for an executor to launch. We would like to have a Minimum amount of running executors so we can reduce job launch being that there is always one instance running.
We cannot use Fargate as we need support to build docker containers.
This request should still kill and relaunch an executor once a job has run on it.
Upstream changes
No response
The text was updated successfully, but these errors were encountered: