Closed luismonge79 closed 6 months ago
Yes, this problem is completely correct, I also encountered a similar situation and could not solve my problem. Therefore, I downgraded to 8.1 and my problem was solved.
Thank you @luismonge79 ! I confirm that downgrading from php83
to php81
worked for me.
I've been trying to figure out what could possibly be wrong with my app and it turns out it's not my fault at all. I am wondering if there's some kind of tweak we could do in app.yml
or php.ini
in order to avoid this? 🤔
Either way, this needs to be scaled. Please Google Cloud, take a look at this!
Hello everyone! Just tested it again with php82 and php83 on the app.yaml and it's working great. Thanks to whoever fixed it. Closed issue.
I found a bug while using Laravel on PHP 8.2 runtime environment, but it also occurs without a framework. I've managed to reproduce the bug.
My index.php is as follows:
My app.yaml is as follows:
If I run:
it responds immediately.
If I run:
it runs indefinitely. It responds after 600s (google cloud timeout) with the error:
And in the logs I have the following error:
On PHP 8.1 runtime it responds immediately on both cases. So, if I change my app.yaml to:
it runs as expected.