GoodMem
ReferenceClient SDKsJava SDKModels

BackgroundJobAttempt Model

BackgroundJobAttempt Model documentation for Java SDK

BackgroundJobAttempt

Telemetry captured for a single execution attempt of a background job

Properties

NameTypeDescriptionNotes
attemptIdLongIdentifier of the attempt
jobIdLongIdentifier of the job that owns this attempt
startedAtLongAttempt start timestamp (milliseconds since epoch)[optional]
finishedAtLongAttempt completion timestamp (milliseconds since epoch)[optional]
okBooleanIndicates whether the attempt succeeded (null if still running)[optional]
workerIdStringIdentifier of the worker processing the attempt[optional]
statusMessageStringLatest status message reported by the worker[optional]
progressCurrentLongCurrent progress counter value
progressTotalLongTotal progress target when known[optional]
progressUnitStringUnit label associated with the progress counters[optional]
progressUpdatedAtLongTimestamp when progress was last updated (milliseconds since epoch)[optional]
errorMessageStringShort error message recorded when the attempt failed[optional]
errorStacktraceStringStack trace captured when the attempt failed, if available[optional]