The jobs panel shows the available system jobs within the Realm server.
This panel can be used to see the last time a job was run, its outcome and to manually kickstart the job.
⏲️Jobs are implementations which may be run on a schedule (such as cleaning or maintenance jobs) or might be one off jobs.
🎬Jobs are run in the background and can execute without blocking other processes.
The columns for the job indicate the following:
Name
The name and description of the job which is represented.
Schedule / Repeat
Indicates the configured schedule for the job.
Current State
Shows the current status of the job (see section below)
Actions
Allows the administrator to control the job (see section below)
The Actions column buttons each perform the following operations:
Run
Run the job immediately
Schedule
Modify or set the job's schedule
Cancel
(if supported) Send a cancellation request to the job
The Current State column can be any one of the following states:
Running
The job is currently executing in the background
Not Yet Run
The job has never been run
Complete
The job has completed successfully
Cancelled
The job was cancelled before it could be completed
Aborted
The job started, however due to an error it had to stop
The jobs panel summary shows the list of jobs registered on the dCDR or iCDR.
🚧 To manage jobs, users can do the following :
Running a Job
Scheduling a Job
Adding a Job
Last updated 5 months ago