Can I adjust the default timeout of jobs in an active SSH session?

Default Timeout

At this time, there is no setting to change the default timeout of jobs that have an active SSH session. If you terminate the SSH session in your terminal, the job will automatically end after 10 minutes.

Workaround

One work around would be to create a script that determines if SSH is enabled, and run it in the background. You could then use a command like sleep to cancel the job after a defined time has elapsed. This could be added as a step to your job.

 

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.