Skip to content

Commit

Permalink
Add support for multiregion aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
coleapz committed Dec 9, 2024
1 parent 8c526bb commit 172395e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion service_capacity_modeling/models/org/netflix/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Tuple

from .aurora import nflx_aurora_capacity_model
from .crdb import nflx_cockroachdb_capacity_model
from service_capacity_modeling.interface import AccessConsistency
from service_capacity_modeling.interface import AccessPattern
from service_capacity_modeling.interface import CapacityDesires
Expand Down
3 changes: 2 additions & 1 deletion tests/netflix/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ def test_large_footprint():
desires=large_footprint,
num_regions=1,
)
#Aurora cannot handle the scale, so don't recommend anything
# Aurora cannot handle the scale, so don't recommend anything
assert cap_plan == []


def test_tier_3():
cap_plan = planner.plan_certain(
model_name="org.netflix.postgres",
Expand Down

0 comments on commit 172395e

Please sign in to comment.