Replies: 1 comment
-
|
I see. Deployer treats null as unset. Lets change behavior to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
v7.5.12
Target OS
Fedora 43
Which PHP version are you using?
PHP 8.4
Content of deploy.php or deploy.yaml
Steps to reproduce
When running tasks on a remote host, the global default_timeout of null is ignored, causing the default_timeout to be set to the default of 300.
This appears to be a bug, or at least a discrepancy between the documented intention of the default_timeout and the actual behavior.
This behavior appears to exist in both v7.x and v8.x (master).
Related
I couldn't find any discussions that appear to replicate this behavior, but there was an issue that reported this bug as early as 2023.
nulldoesn't work anymore #3074: mentions disabling run timeout with null; I think this might be the same as How to disable task timeout? #2735 and pertains to run()'s $timeoutBeta Was this translation helpful? Give feedback.
All reactions