Replies: 3 comments 6 replies
-
|
@whitsey : We are looking into this issue now and will follow up with you. In the meantime can you please check with?:
|
Beta Was this translation helpful? Give feedback.
-
|
@whitsey : We can't reproduce the issue. It could be related to the data. Can you keep testing with Apache, both PHP TS and NTS? |
Beta Was this translation helpful? Give feedback.
-
|
@whitsey : Thanks for your patience. I have made some improvements to Nginx and tested things pretty thoroughly to fix your issue. I also ran a lot of tests to make sure it's working reliably now. It looks like the main problem was that the default number of PHP processes was too low. That can cause timeouts when the app calls itself over HTTP (via Guzzle). I couldn't reproduce it at first because I was testing via CLI. What's improved:
Let me know if you still run into any issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am at a loss. Code that used to work fine on pre-existing environments now wont work on laragon and my research has lead me down the path that it is the laragon environment that doesn't cleanly close connections and I dont know how that could be possible.
I have a loop which takes data and pushes it to a http endpoint.
However, when looping to the 2nd dataset, it just hangs because the initial connection is waiting to "close" and never closes (until I kill the web server) and it never processes the 2nd batch
Hoping someone can tell me if this is in fact a problem with my laragon environment
Laragon 2025 v8.2.3
PHP 8.3.16
Nginx 1.27.3
Guzzle 6.5.5
cURL 8.7.0‑DEV
Here is my code:
error_log:
log.txt:
guzzle-curl.log:
Beta Was this translation helpful? Give feedback.
All reactions