Skip to content

Commit

Permalink
Fix termination policies not matching from backend API
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 committed Nov 15, 2024
1 parent 6383271 commit ac460fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
rodimus_client = RodimusClient()


TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour"]
TerminationPolicy = ['DEFAULT', 'OLDEST_INSTANCE', 'NEWEST_INSTANCE', 'CLOSEST_TO_NEXT_INSTANCE_HOUR', 'ALLOCATION_STRATEGY', 'OLDEST_LAUNCH_TEMPLATE']


Comparator = [{"value": "GreaterThanOrEqualToThreshold", "symbol": "≥"},
{"value": "GreaterThanThreshold", "symbol": ">"},
Expand Down

0 comments on commit ac460fc

Please sign in to comment.