Scheduled Jobs
Scheduled Jobs
Run scripts on a cron schedule (for example event-handler style jobs).
Click Server Settings
Click Scheduled Jobs
Grid and row actions
| Column / action | Description |
|---|---|
| Name, User, Statement, CRON, Status, Started / Next / Last | Job list and schedule status |
| Edit | Open the job editor |
| Pause / Resume | Pause or resume the schedule |
| Scheduled Runs | View run history |
| Run Now | Execute immediately |
| Delete | Remove the job |
You can also create a job from an event handler via Schedule As Job on a Triggered Event handler; see Event Handlers.
Job editor
Tabs: GENERAL | SCRIPT
| Field | Description |
|---|---|
| Job Name | Job identifier |
| Run As Role | Role the job runs as |
| Cron Schedule | Cron expression |
| Start Date | Optional schedule start |
| End Date | Optional schedule end |
| Script | Job script body |