I've found the whenever gem quite useful for working with cron
from Ruby. Does anyone know of a similar project for at
/batch
?
views:
70answers:
2
+1
A:
Does it have to be run by 'at'? Otherwise you could check out delayed_job.
Jonas Elfström
2009-09-15 12:45:28
NO, Hold on delayed Job still uses database poling. I don't need to check the database every 5 seconds for something that happens 3-4 time a **week**.
John F. Miller
2009-09-16 23:52:48
Sure but you didn't really tell us it happens that seldom.
Jonas Elfström
2009-09-17 22:42:54