GoodMem
ReferenceClient SDKsJavaScript SDKModels

BackgroundJobSummary Model

BackgroundJobSummary Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
jobIdNumberDatabase identifier of the background job
jobTypeStringLogical job type dispatched by the background job framework
statusStringCurrent status of the background job
attemptsNumberNumber of attempts started so far
maxAttemptsNumberMaximum number of attempts allowed for this job
runAtNumberTimestamp when the job becomes eligible to run (milliseconds since epoch)[optional]
leaseUntilNumberLease 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]
updatedAtNumberTimestamp when the job row was last updated (milliseconds since epoch)[optional]

On this page