Alerts for when job dispatches fail

Are there any mechanisms through which we can be alerted when job dispatches fail for whatever reason such as due to worker availability issues or other outages? This is currently an monitoring / observability blindspot in our effort to ensure high availability. A logical place to look is webhooks, but I don’t see any events that meet this particular need. Any suggestions to close this gap?

Can’t you look at room_started events where there are no agent participant_joined events?

@CWilson thanks for the pointer. Will look into that approach.