Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Alarms should be set by events not periodic process #23

Description

@rob42

The alarms processing (set/unset) is currently done by a process that runs every 1 sec. It would be more efficient and more immediate if it was event driven, so every data change is compared to alarm conditions at save time.

Since the data change creates an event on the event bus it should be easy to create a queue that the alarm processor handles as a background task.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions