GoodMem
ReferenceClient SDKsJava SDKModels

BackgroundJobSummary Model

BackgroundJobSummary Model documentation for Java SDK

BackgroundJobSummary

Summary of the most recent background job execution for a resource

Properties

NameTypeDescriptionNotes
jobIdLongDatabase identifier of the background job
jobTypeStringLogical job type dispatched by the background job framework
statusStringCurrent status of the background job
attemptsIntegerNumber of attempts started so far
maxAttemptsIntegerMaximum number of attempts allowed for this job
runAtLongTimestamp when the job becomes eligible to run (milliseconds since epoch)[optional]
leaseUntilLongLease expiration timestamp if the job is currently running (milliseconds since epoch)[optional]
lockedByStringIdentifier of the worker currently holding the lease, if any[optional]
lastErrorStringMost recent short error message if the job failed[optional]
updatedAtLongTimestamp when the job row was last updated (milliseconds since epoch)[optional]