Cron – How to schedule jobs across a server cluster

cronscheduled-task

We have jobs that run on single servers on various schedules, but we need to run them on a cluster of servers regardless of which server is going to run them. It is as if we need a cluster-aware CRON (or Windows Scheduler for our Windows servers).

Does anyone have any experience in this? How would you handle such scenario?

Best Answer

Check out mcollective. Their introductory screencast is actually quite good.