Skip to main content
Version: 8.9

Type Alias: JobChangeset

type JobChangeset = object;

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;

The new number of retries for the job.


timeout?

optional timeout?: number | null;

The new timeout for the job in milliseconds.