JSON object with changed job attribute values.

interface JobUpdateChangeset {
    retries?: number;
    timeout?: number;
}

Properties

Properties

retries?: number
timeout?: number

The duration of the new timeout in ms, starting from the current moment.

Generated using TypeDoc