deployer
deployer copied to clipboard
Disabling the run timeout with `null` doesn't work anymore
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.
@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).