Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once a project is started, the Jobs are added to the Job queue. Each Job has a JobStatusID. ALL jobs start in the status of -3.

Example below:

Image Modified

Step-by-step guide

Code Block
languagesql
SELECT * FROM jobs.t_JobStatus


 Image Modified               

Each Job starts with a JobStatusID of -3  -This target is not yet confirmed ready to be served

A jobs journey threw the Job Queue should have JobStatusIDs in this order -3, 0,1.

Image Modified

Each of the other JobstatusIDs are Errors -7, -6, -5, -4, -2, -1.

Image Modified


You can also get some more information from the TargetStatusID for some more information which correspond to JobstatusID.

Shown below.

Image Modified

Code Block
languagesql
Select * from Jobs.t_TargetStatus


Image Modified

...








Filter by label (Content by label)
showLabelsfalse
max5
spacesCSKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("serving","jobstatusid","job","jobstatus") and type = "page" and space = "CSKB"
labelsJob Serving JobStatus JobStatusID

Page Properties
hiddentrue


Related issues