Hello HN. We were occasionally running into issues where our scheduled tasks would not start when expected. There were many reasons for this (environment changes, lock files not being cleaned up properly, etc). So, we created a simple application to monitor our scheduled tasks, and notify us if they didn't start or finish when expected. Now we're notified immediately (via email or SMS) when a scheduled task isn't kicked off when it is supposed to. The app also keeps track of the run times for past task executions, which has been useful in tracking down unexpected changes in task run times.…