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

Adding support for multiregion aurora #97

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Adding support for multiregion aurora #97

merged 2 commits into from
Dec 9, 2024

Conversation

coleapz
Copy link
Contributor

@coleapz coleapz commented Nov 27, 2024

No description provided.

@coleapz coleapz requested a review from ShengweiWang November 27, 2024 19:57
@@ -99,7 +99,7 @@ def test_small_footprint_multi_region():
desires=small_footprint,
num_regions=3,
)
assert cap_plan[0].candidate_clusters.zonal[0].instance.name == "m5d.xlarge"
assert cap_plan[0].candidate_clusters.regional[0].instance.name == "db.r5.large"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider adding more validation on if the capacity planner is able to provide a multi-region plan

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after conversation we decided its okay

@coleapz coleapz merged commit 172395e into main Dec 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants