does anyone have a server at Hetzner by any chance...
# random
p
does anyone have a server at Hetzner by any chance? I need to troubleshoot a problem that may be related to how they handle heavier load, and for this I need a separate machine hosted by them
d
I have, with Coolify on top
p
cool, can I ask you to run a trivial script on your machine and let me know if in
out.txt
there's any
curl: (35) Recv failure: Connection reset by peer
? the script is:
Copy code
for i in $(seq 1 1000);
do
    echo "Request $i"
    curl <https://bindings.krzeminski.it/org/jetbrains/kotlin/kotlin-stdlib/2.1.0/kotlin-stdlib-2.1.0.pom> 
done 2>&1 | tee out.txt
and then sth like
cat out.txt | grep reset
also curious about the location of your server as it may matter for solving this problem
d
I’m not home now, will check after
👍 1
the server location Helsinki
p
It's intended
What if you run the script that makes 1000 calls? Do they all succeed (404), or you get some "connection reset by peer"?