BackgroundJobSummary Model
BackgroundJobSummary Model documentation for Java SDK
BackgroundJobSummary
Summary of the most recent background job execution for a resource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| jobId | Long | Database identifier of the background job | |
| jobType | String | Logical job type dispatched by the background job framework | |
| status | String | Current status of the background job | |
| attempts | Integer | Number of attempts started so far | |
| maxAttempts | Integer | Maximum number of attempts allowed for this job | |
| runAt | Long | Timestamp when the job becomes eligible to run (milliseconds since epoch) | [optional] |
| leaseUntil | Long | Lease expiration timestamp if the job is currently running (milliseconds since epoch) | [optional] |
| lockedBy | String | Identifier of the worker currently holding the lease, if any | [optional] |
| lastError | String | Most recent short error message if the job failed | [optional] |
| updatedAt | Long | Timestamp when the job row was last updated (milliseconds since epoch) | [optional] |