Table of Contents

Property Job

Namespace
Millrace.Testing
Assembly
Millrace.Testing.dll

Job

The job that exhausted its retries.

public JobRecord Job { get; }

Property Value

JobRecord

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.