We've been using whenever successfully for a while now but have run up against a slightly strange requirement.
Our Rails 3.2 app has several thousand 'customers' each with their own cron. The values for each cron are stored in the client's model and the crontab rendered as a text file. On boot, each client connects and downloads their own file. It's pretty cumbersome right now.
We were thinking to wheneverize this process as your logic and structure if far superior and easy to understand.
Have had a look at the various output options but we don't really want to render to a file.
Do you think it would be possible for whenever to generate the file on the fly, each time the client calls in? The values would still be stored in the db.
Is there a better way to achieve this?