Hacker News new | ask | show | jobs
by nethergoat 5861 days ago
At Bizo (http://dev.bizo.com), we manage scheduled tasks via Hudson.

It works great for us. It's centralized, has a web interface, and is already familiar to everyone on the team (we already used Hudson for CI). It has a ton of plugins, so notifications, single sign-on, and a host of other desired features were no problem to bolt on.

Here's a quick post from a few months back on why we chose Hudson: http://dev.bizo.com/2009/11/using-hudson-to-manage-crons.htm...