Objective
The run_notify_expired method was previously used to emit expired alerts that had a script to run specified. The neon.alert_expired event is now emitted for every event and can replace the neon.run_alert_script message that is currently emitted separately.
Initial Implementation Requirements
- Update handler in custom conversations skill
- Remove legacy message from this skill
Other Considerations
No response
Objective
The
run_notify_expiredmethod was previously used to emit expired alerts that had a script to run specified. Theneon.alert_expiredevent is now emitted for every event and can replace theneon.run_alert_scriptmessage that is currently emitted separately.Initial Implementation Requirements
Other Considerations
No response