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. |
Answered by
Seb33300
Jul 3, 2025
Replies: 1 comment 11 replies
|
Maybe it is timeout? |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea of workaround i could do to fix it until the refactor is done?Never mind, just realized there is a
default_timeoutoption. I will just increase it a bit for now.