by augustflanagan on 6/19/14, 6:34 PM with 30 comments
by encoderer on 6/19/14, 6:38 PM
We mentioned this to a couple of friends who said they needed the same simple monitoring. Having people tell you they need something is a great motivator, so we built cronitor in a couple of weekends and are putting it out there. We'd love feedback and suggestions on how to make it better. Thanks!
by vijayaggarwal on 6/19/14, 7:40 PM
1. crash - any runtime error that causes your script to stop execution abruptly.
2. un-handled, non-crashing error - db connection failure, remote api failure, file not found, etc. The script may continue execution, the results may not be logically correct.
3. concurrent execution - What if an instance of cron is not over by the time the next instance should start? crontab will simply start the next instance.
4. internet connection error - even the notification mechanism will fail if it depends on an active internet connection.
Your service is a very valuable one, and a challenging one too I believe. You can do a lot many things in cron monitoring and reporting.
by eam on 6/19/14, 6:52 PM
by gmjosack on 6/19/14, 7:21 PM
by tyrionaura on 6/19/14, 7:01 PM
by cheeken on 6/20/14, 4:07 AM
by crazyiiiiii on 6/19/14, 8:00 PM
by yansuck on 6/19/14, 11:00 PM
by 0x420 on 6/19/14, 6:46 PM
by acron0 on 6/19/14, 6:54 PM
by spncr2 on 6/19/14, 7:20 PM