Skip to main content
import { extendTimeout } from '@intuned/runtime';

export declare function extendTimeout(): void;
In the context of a job, extends the timeout of the current executing attempt by resetting the timeout timer. From the moment this function is called, the current attempt will timeout after the original payload timeout duration has elapsed. This function does not block the execution of the current attempt.