from intuned_runtime import extend_timeoutdef extend_timeout() -> None: ...
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.