Skip to main content
Version: 8.9 (unreleased)

Type Alias: JobChangeset

type JobChangeset = object;

Defined in: gen/types.gen.ts:3881

JSON object with changed job attribute values. The job cannot be completed or failed with this endpoint, use the complete job or fail job endpoints instead.

Properties

retries?

optional retries: number | null;

Defined in: gen/types.gen.ts:3885

The new number of retries for the job.


timeout?

optional timeout: number | null;

Defined in: gen/types.gen.ts:3889

The new timeout for the job in milliseconds.