Schedules
You are looking at an older version of the documentation. The latest version is found here.
There are four different types of schedules - you can choose the one better suited for the task at hand:
Type of schedule | Description |
---|---|
ONCE | Starts the job exactly one time, immediately after defining the schedule or after a given interval. After doing so, the schedule will be deleted |
ONCE_AND_REMOVE | Starts the job exactly one time, immediately after defining the schedule or after a given interval. After doing so, the schedule will be deleted. If the assigned job has no other schedule, it will be deleted as well |
INTERVAL | Starts within given intervals |
CRON | Behaviour can be defined via a cron expression |
CHAINED | Execution of a job is linked to the execution (successful or failed) of another job |
Schedules can be disabled by deactivating them without deleting them.
For managing schedules, the Data Virtuality Server has dedicated system procedures which are described in Schedule Management.