upstart as cron replacement
Posted Aug 31, 2006 20:50 UTC (Thu) by
kh (subscriber, #19413)
In reply to:
upstart as cron replacement by smurf
Parent article:
What's happening at Ubuntu: from X.org updates to upstart
it doesn't know not to run my database sync job until *after* mysql has started up
This seems to me to be a perfect example of what not to put in a cron replacement daemon (because of feature creep). Currently, I believe you could have the database sync job test if mysql is running (and either start it or exit on error status if not - but I at least would want to control that in my script, not have cron decide). I don't want a super daemon constantly monitoring all the other daemons and deciding what cron jobs to run and which not to.
(
Log in to post comments)