Juice Box Job Scheduler
Developer(s) | Lingo |
---|---|
Stable release | 1.2.2 / September 3, 2013 |
Written in | Java |
Operating system | Cross-platform |
Type | Workflow Automation |
License | Free |
Website |
juiceboxjobs |
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.[1] 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.[2] 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.[3]
References
- ↑ "Benefits of SQL Server Agent". Microsoft Corporation.
- ↑ "Juice Box Job Scheduler features". Lingo Limited.
- ↑ "Juice Box Job Scheduler requirements". Lingo Limited.