Open MKhayle opened 2 years ago
This is a good idea, maybe we could wrap a proper scheduler along the lines of Quartz.NET, and let plogons modules register jobs with that wrapper.
The only issue is that almost everything seems to use Redis exclusively as a backing store.
I'm assuming that comparison table is a comprehensive list of well-maintained solutions (it may not be), which case we'd have a few options with different costs:
Describe the solution you'd like A Core feature to add an alert plugin system for automated, event & time-based triggers with methods to support external alerts from potential non-core plugins such as an Event plugin (#78) or a Weather plugin (#87).
Describe alternatives you've considered Implement it as a non-core plugin for alerts if considered unfit as a Core feature.
Additional context context