Notifications
Job notifications are a great way to keep users informed without needing to visit Janus itself.
Janus sends notifications optionally at three points in the lifecycle of a job:
- When a job starts
- When a job completes successfully
- When a job fails
Each notification case above can have as many notification channels attached to it as you like.
Notes
Failure notifications are sent for the following reasons:
- The job script exits with a non-zero status code.
- The job script times out.
- Max concurrent runs is reached.
- Job doesn't allow concurrent runs and another run is triggered while the job is already running.