How do you monitor and react when some scheduled job fails? - general question
- by Dzida
Hi,
In many projects my team faced problems with 'silent fails' of some important components. There are lot of tasks executed behind the scenes and if somethings fails (either by errors in logic or hardware problems) in most cases responsible person is not notified (or not notified instantly).
I know about heavy-weight monitoring tools that could solve some of that problems but there over-complicated and too expensive for our team.
I am interested what are your solutions for such problems.