Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Enable option for aws batch best-fit-progressive allocation strategy #239

Open
kevinsoucy opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kevinsoucy
Copy link

kevinsoucy commented Jul 8, 2024

Is your feature request related to a problem? Please describe.

Enable an optional parameter on the AWS batch module for On Demand compute environments to use BEST FIT PROGRESSIVE, without it, it can take a long time for instances to spin up.

allocation_strategy=batch.AllocationStrategy("BEST_FIT_PROGRESSIVE"),

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@kevinsoucy kevinsoucy added the enhancement New feature or request label Jul 8, 2024
@srinivasreddych srinivasreddych self-assigned this Jul 9, 2024
@srinivasreddych
Copy link
Contributor

Thanks for reaching out. I will be looking into it

@srinivasreddych
Copy link
Contributor

Gave an initial attempt to add the AllocationStrategies. I was able to deploy them fine but the pytests are failing bc it is not recognizing these strategies. I guess i need to move to GA batch cdk module from alpha to fix the pytests issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants