Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Increase the ECS instance limit #4

Open
lucaspettit opened this issue Feb 23, 2019 · 1 comment
Open

Increase the ECS instance limit #4

lucaspettit opened this issue Feb 23, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lucaspettit
Copy link

At the moment the number of tasks able to be launched for a given scenario is 10 do to restriction with ECS. A workaround that creates multiple ECS instances for a given scenario based on the number of tasks requested should be added.

@ferdingler
Copy link
Member

ferdingler commented Mar 7, 2019

Hi @lucaspettit, what you are saying makes sense. The run-task API limits the --count flag to 10 tasks max per call. What you are recommending is to add logic to the runner.py script to issue multiple invocations of run-task when the desired number of tasks is greater than 10. Feel free to submit your pull request and thanks for contributing.

@ferdingler ferdingler added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants