Skip to content

Commit 2c73dc4

Browse files
authored
Fix missing arguments in call to killdeadAlarms in Monitor (#208)
* Fix missing arguments in call to killdeadAlarms in Monitor
1 parent 9f32a11 commit 2c73dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ def monitor(cheapest=False):
798798
cloud.delete_alarms(AlarmNames=del_alarms)
799799
time.sleep(10)
800800
instancelist = instancelist[100:]
801-
killdeadAlarms(fleetId,monitorapp)
801+
killdeadAlarms(fleetId,monitorapp,ec2,cloud)
802802
except:
803803
pass
804804

0 commit comments

Comments
 (0)