Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

alternative to cron? [closed]

Does anyone know of a good alternative to cron? I would like something that can be run with different time zones.

like image 719
Setjmp Avatar asked Nov 13 '08 21:11

Setjmp


4 Answers

Just for the sake of completeness, cronie supports the CRON_TZ variable.

like image 118
hroptatyr Avatar answered Oct 11 '22 17:10

hroptatyr


MacOS X has replaced cron, at, xinet, and watchdog with open source launchd (Wikipedia). Process properties are described in a XML file, which allows passing arguments. Switching timezones should trivial.

like image 41
mecano Avatar answered Oct 11 '22 16:10

mecano


You may consider Quartz (a java-based solution), that can take advantage of Date build in the appropriate TimeZone.

like image 43
VonC Avatar answered Oct 11 '22 17:10

VonC


For the future readers, consider Chronos, developed and open sourced by AirBnB. check it out at http://nerds.airbnb.com/introducing-chronos/

like image 42
arunchinnachamy Avatar answered Oct 11 '22 18:10

arunchinnachamy