BackgroundJobSummary Model
BackgroundJobSummary Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| jobId | Number | 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 | Number | Number of attempts started so far | |
| maxAttempts | Number | Maximum number of attempts allowed for this job | |
| runAt | Number | Timestamp when the job becomes eligible to run (milliseconds since epoch) | [optional] |
| leaseUntil | Number | 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 | Number | Timestamp when the job row was last updated (milliseconds since epoch) | [optional] |