The Scheduler page in the Monitor section of IDOL Site Admin allows you to set up schedules to send specific actions (such as connector fetch tasks, or regular maintenance tasks) to a service at regular intervals.
The Controller component actions AddSchedule
, EditSchedule
, GetSchedules
, PauseSchedule
, RemoveSchedule
, and ResumeSchedule
perform these tasks. For information about these actions, see the Controller Reference.
To set up a schedule
Click New Schedule.
The Add New Schedule dialog box opens.
The Scheduler page displays the following information for each schedule.
Schedule name | The name of the schedule. |
Host | The host name of the service to run the schedule on. |
Port | The port to run the schedule on. |
Scheduled command | The action to schedule, including any additional parameters. |
Start | The date and time to start the schedule. |
Interval | The amount of time that must pass after a schedule has run before it runs again. |
Repeat Count | The number of times to run the schedule. |
Finish | The date and time to stop the schedule. |
Next execution | The date and time that the schedule is next due to run. |
Schedule Control | You can use the icons in the Schedule Control section to start, stop, edit, or delete schedules. This column also includes details of the status of the schedule (for example, running or paused). |
To search the list, type some text in the search box. The list of schedules refreshes to show only schedules that match the text that you entered. Click the arrows beside a column name to order the table by the values in that column. Click the arrows again to change the order from ascending to descending value, or from descending to ascending value.
To edit a schedule
Click next to the schedule that you want to edit.
The Edit Schedule dialog box opens.
Edit your schedule details.
You can edit any of the settings except for the host details and schedule name.
Click Finish.
IDOL Site Admin updates the schedule with your new settings.
To delete a schedule
Click X next to the schedule that you want to delete.
A confirmation dialog box opens.
Click Delete.
IDOL Site Admin deletes the schedule and removes it from the list.
|