Skip to content

v1.10.0

Compare
Choose a tag to compare
@Darkheir Darkheir released this 12 Dec 15:34
· 185 commits to main since this release
151a83e

Added

  • Add heartbeat in triggers
    The heartbeat allows to mark the trigger as not alive if no heartbeat was received for a certain amount of time.
    To support this feature triggers must:
    • Set the last_heartbeat_threshold class attribute to a value greater than 0
    • Call periodically self.heartbeat() to update the last heartbeat date