JobStatus

Columns

Name

Type

References

Description

Id [KEY]

String

Automatically assigned when the job is queued.

Total

Integer

The total number of tasks this job is batching through.

Progress

Integer

Number of tasks that have already been completed.

Status

String

The current status. One of the following: queued, working, failed, completed, killed.

Message

String

Message from the job worker, if any.

Results

String

Result data from processed tasks.

Url

String

The URL to poll for status updates.

Last updated