Juice Box Job Scheduler

Juice Box Job Scheduler is a cross-platform job scheduler with features such as:
* Scheduling rules, ability to mix and match schedules with jobs.
* Web based interface, no client installation necessary to access and configure the job scheduler.
* Jobs can be composed of multiple steps.
* Job status notifications.
* Secured access.

It is developed by Lingo and is released under a free license.
Job scheduling model
The data model used in Juice Box has a many-to-many relationship between jobs and schedules. This is similar to products such as SQL Server Agent and offers similar benefits. Furthermore, a job can consist of multiple execution steps which are performed in series, with the option of a failed step terminating the rest of the series.
The job step types offered are Command Line and Data Source.The latter is a convenience for steps that need to execute database commands or operations. Both types can be used within a single job.
The job scheduling model supports traditional job scheduling requirements and does not offer workload automation features.
Requirements
Juice Box supports Windows, Linux/Unix and Mac and requires Java 1.6 or above.
 
< Prev   Next >