mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Configurable notification level #823

Closed andresilva closed 3 years ago

andresilva commented 7 years ago

This PR adds basic notification level support. Three notification levels are provided: DISABLED, FAILURES, ALL. Currently the following notifications will be affected:

andresilva commented 7 years ago

This is currently very much bare-bones since I've only implemented the minimum necessary for my use case but I believe this is in a state that is easily extendable (e.g. adding more notification levels). Let me know what you think.

andresilva commented 7 years ago

Sorry to bump this but are PRs still being reviewed/merged?