Property Job
Job
The job that exhausted its retries.
public JobRecord Job { get; }
Property Value
Remarks
The whole record, not just its id — a test that catches this can assert on the state, attempt counts or last error without going back to storage for a job that has already died.