...
On this page:
Table of Contents |
---|
Managing SIL Scheduler
The SIL Schedulers feature allows users to run SIL scripts after a valid JIRA interval or using a CRON expression.
...
Since JJUPIN 4.0.0, the jobs are persistent (they are kept alive towards JIRA restarts). Please read about scheduling jobs here: Scheduling Routines. Since this mechanism uses the same scheduling engine, the same notes apply.
...
- Scheduler type - either interval or CRON expression
- Schedule - a valid JIRA interval or a CRON expression
- Repeatable - if you use a JIRA interval you can choose if the job repeats every at the specified interval
- Script - the SIL Script that will run using the schedule defined by the user
- Arguments - the arguments of the job
- Run script as - the user assumed to run the script (if any)
To schedule a CRON job, change the type to 'CRON' and enter a valid schedule (CRON expression)
Info | ||
---|---|---|
| ||
To edit the actual scripts, please use the SIL Manager. |
Note |
---|
We have removed standard services from JJUPIN 4.0 - all your scripts will be migrated to the scheduler, since it provides a more flexible mechanism. |