资 源 简 介
Global Cron is a Java application that will execute operating system based scripts using cron based scheduling (Quartz). It can be deployed as either a standalone process, or as a web application.
Global Cron also supports multiple deployments to various hosts, all pointing to a common MySQL database that manages configuration and execution history.
The motivation for this tool comes from managing cron based tasks across various hosts in an environment where normal cron does not support timezone settings, such as Solaris. This can be especially problematic when various tasks must be executed in different timezones and taking into account day light savings changes.
The project is mostly complete and has been tested in a non production environment under the following operating systems: Windows 7, Ubuntu.
I imagine more exposure of the tool to different environments will reveal deficiencies that can most likely be easily accommodated.
Check out t