Skip to content

Commit

Permalink
Fix termination policies not matching from backend API (#1752)
Browse files Browse the repository at this point in the history
* Fix termination policies not matching from backend API

* More policies
  • Loading branch information
knguyen100000010 authored Nov 15, 2024
1 parent 6383271 commit fd2bbcf
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", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour", 'OldestLaunchTemplate', 'AllocationStrategy']


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

0 comments on commit fd2bbcf

Please sign in to comment.