Job
Jobs deployed in batch applications can be checked in Config and Monitoring
> Batch
, where jobs can be executed or stopped.
Execution
Jobs can be executed either from the job list in Config and Monitoring
> Batch
or by the scheduler when a trigger condition is met.
Execute from menu
- Go to
[Side Menu]
-Config and Monitoring
-Batch
-Deployed Jobs
. - A list of deployed jobs will be displayed.
- Click the three vertical dots to the right of the job you want to run and click Run.
- The job will be sent to the queue and executed.
- Click the
Job Queue
icon in the top right to check the job queue. - A list of jobs sent to the job queue will be displayed.
Execute from the scheduler
When the trigger conditions in the job definition are met, the job is automatically submitted to the queue and will begin executing when ready.
Stop
If the job status is Starting
or Running
, you can stop the job in the following way.
- Go to
Side Menu
-Config and Monitoring
-Batch
-Job Queue
. - A list of jobs submitted to the job queue will be displayed.
- Select the status
Running
orStarting
in the filter. - A list of jobs in each status will be displayed.
- Open the right menu of the job you want to stop and click the
Stop
menu.
A running job will be stopped due to the following conditions:
- An error occurs during the script and the job is stopped.
- A timeout occurs during the script and the job is stopped.
Cancel
If the job status is Submitted
, Pending
or Runable
, you can cancel the job by doing the following:
- Go to
Side Menu
-Config and Monitoring
-Batch
-Job Queue
. - A list of jobs submitted to the job queue will be displayed.
- Select the status
Submitted
,Pending
orRunable
in the filter. - A list of jobs in each status will be displayed.
- Open the right menu of the job you want to stop and click the
Cancel
menu.
Job status
Here’s what each status means: A job submitted to the job queue will initially be in “Starting” status.
Status | Description |
---|---|
Submitted | State when submitted to queue |
Pending | State when job is waiting for execution |
Runnable | Job ready for execution state |
Starting | Container startup state before job execution |
Running | Job currently executing state |
Succeeded | Job completed successfully state |
Failed | Job terminated or failed completion state |