Skip to content

Batch Queues

A list of batches sent to the queue can be viewed in tabular form.

Batch Status

Four items related to batch status sent to the queue can be confirmed.

StatusCondition
RunnableJob execution readiness status
RunningJob in progress
SucceededJob completed successfully
FailedJob status: Stopped or failed

Batch Queue List

The following information is displayed in the batch queue list.

Column NameDescription
Job Execution IDThis is a randomly generated job execution ID when the job is executed.
Job Execution labelThe label set when the job was executed will be displayed.
Job StatusThe job status will be displayed.
Creation dateThe date and time when the job was sent to the job queue is displayed.
Start date and timeThe date and time when the job started will be displayed.
End date and timeThe date and time when the job was stopped will be displayed.
Elapsed timeDisplays the elapsed time from the job’s ‘start date and time’ to its ‘stop date and time’.
Exit codeDisplays the job end code.

Filter

By applying a filter, you can view a list of batch queues for each status.
The list of statuses is as follows.

StatusCondition
SubmittedSent to queue
PendingJob waiting to be executed
RunnableJob ready to run state
StartingContainer starting before job execution state
RunningJob running state
SucceededJob completed successfully state
FailedJob stopped or failed state

Operation Menu

Click the "Vertical Ellipsis" on the right side of the deployed job list to open the "Menu". The descriptions of each menu item are as follows.

MenuDescription
CancelJob can be cancelled
Status Submitted Pending Runnable will be displayed actively
StopJob can be stopped
Status Starting Running will be displayed actively

Log

Logs for batch applications can be checked from Config and Monitoring > Logs.
For details on how to check logs, please refer to Logs.