deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Disabling the run timeout with `null` doesn't work anymore

Open soyuka opened this issue 3 years ago • 1 comments
trafficstars

run('sleep 400', timeout: null);

Will timeout after 300 sec by default.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

soyuka avatar Mar 28 '22 08:03 soyuka

@antonmedv This is still relevant. I'm unsure if this counts as idle_timeout, but I had the same problem with long running commands (without output), and applied both timeout: null, idle_timeout: null, which still timed-out the specified run after 300 seconds (default_timeout not specified).

ToshY avatar Nov 19 '22 18:11 ToshY