-
Deployer Versionv7.5.12 Target OSUbuntu Which PHP version are you using?PHP 8.3 Content of deploy.php or deploy.yamlHello, Since 1 week, our deployments started to randomly fail with no reason on the Latest change was 1 month ago when we upgraded from We tried to reboot the VM, but the issue still persists. The deployment is triggered from GitHub Actions.
Steps to reproduceThis happens randomly, I cannot find a way to reproduce it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Maybe it is timeout? |
Beta Was this translation helpful? Give feedback.
Any idea of workaround i could do to fix it until the refactor is done?Never mind, just realized there is a
default_timeout
option. I will just increase it a bit for now.