Closed fwege closed 5 months ago
Fixed initial startup of EventTriggerType.STARTUP jobs by iterating over the values instead of the keys of the dict: triggers.
EventTriggerType.STARTUP
dict: triggers
I still think we don't need the redundant check, as all trigger types have a type field... What do you think @stv0g ?
type
Fixed initial startup of
EventTriggerType.STARTUP
jobs by iterating over the values instead of the keys of thedict: triggers
.I still think we don't need the redundant check, as all trigger types have a
type
field... What do you think @stv0g ?