alternative to cron? [closed]

陌路散爱 提交于 2019-12-09 14:42:38

问题


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


回答1:


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




回答2:


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




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/288349/alternative-to-cron

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!