
paic
Members-
Posts
17 -
Joined
-
Last visited
Everything posted by paic
-
[Solved] upstream timed out (110: Connection timed out)
paic replied to paic's topic in Escalated Requests
OK, I see.. I guess I need to find a better way to handle my processing or switch to a VPS. I wish I would have known about all that before ! Well, I guess I still have a free hosting for life 😃 Thanks for your support anyway -
[Solved] upstream timed out (110: Connection timed out)
paic replied to paic's topic in Escalated Requests
Thanks for your answer ! Ok, then that was a really strange coincidence that every timeout was followed by a restart 😃 It's not happening again so I was wrong on that ! My code can handle Nginx restart as in it won't break anything, just cancel the current request.. I can deal with occasional restarts as they look like quite fast and seamless. And my project is just a developement demo.. So is it possible to increase the timeout ? -
[Solved] upstream timed out (110: Connection timed out)
paic replied to paic's topic in Escalated Requests
I whish I could make it more efficient .. It's already heavily optimized. The script's bottleneck is actually not the CPU but the external API it's calling repeatedly, which has quite a slow rate limit.. CPU processing time in the most unseen extreme cases will be like 20sec, but is usually between 1-8 seconds. -
[Solved] upstream timed out (110: Connection timed out)
paic replied to paic's topic in Escalated Requests
I understand that the answer could be no and that would be totally reasonable. I was expecting to see some data in the "Account Load" dashboard but yeah it still shows 0. That would actually help address the impact my script has on the server. Maybe there is actually an issue with the memory and the CPU usage report for my server ? -
Hello Support ! The endpoint on the Python backend of my project does some heavy data processing. Sometimes resulting in very long response time >1min depending on the data input. This result in the connection being "timed out" by nginx. Also when this happens it sometimes restart the server. These are the errors I get: upstream timed out (110: Connection timed out) while SSL handshaking to upstream peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream Would it be possible to change the default timeout setting and prevent restarting the server when it happens ? 180s would be enough. I've read it can be done with the following settings. proxy_connect_timeout 180s; proxy_send_timeout 180s; proxy_read_timeout 180s; fastcgi_send_timeout 180s; fastcgi_read_timeout 180s; Domain: grafolana.helioho.st Thank you, Regards
-
Thank you !
-
Classic Monday I'd say 😂
-
Hello ! Problem is not fixed yet, there seems to be a discrepancy between the plan and the actual limit. The account got suspended again. 😂
-
I guess the disk quota has not refreshed as I can't edit files. I'm getting "Disk quota exceeded;" errors.
-
Ok, so .. On the account informations page it shows: Plan name : HelioHost 3000 MB But : Disk space : 1285.3 MB used of 1000 MB Some refresh issue ?
-
Thanks for your reply ! I actually increased the storage limit. Have a nice day.
-
Hello Support ! My account was suspended over night for what seems like exceeding disk space usage. It must be that the "node_modules" exploded the quota. I didn't realize it was that big until the account was suspended and I checked the folder's size on my local setup.. Or maybe some log files went crazy and filled the whole space limit.. I'd love to fix the issue and get back within the 1000MB disk space limit but I don't have access to the files anymore. Somebody here could help and perma delete the /home/node_modules/ folder ? Account: paic Domain: grafolana.helioho.st Thanks a lot !
-
So this is for "grafolana.helioho.st", under "paic" username account. Current version of Python is 3.12 for this. Thanks !
-
Hello dear support ! I would like to have the following module installed for my python backend project. portalocker==3.1.1 Thanks in advance ! Paic
-
Hi support team ! I'd like to get WSGI Control Access to my Flask app. Username : paic Domain: grafolana.helioho.st Thanks !
-
Hey ! I'm running Python 3.13.1 locally. But I guess 3.12 would do.. 😕
-
Hello dear support !, I would like to have the following list of module installed for my python backend project. This is a project for a dev contest: building a forensic analyis tools for the solana blockchain: https://earn.superteam.fun/listing/solana-forensic-analysis-tool/ Here is the content of my current requirements.txt minus the modules that you already have installed: base58==2.1.1 flask_Cors==5.0.0 Requests==2.32.3 solana==0.36.6 solders==0.26.0 diskcache==5.6.3 networkx==3.4.2 alembic==1.13.1 psycopg2-binary==2.9.10 python-dotenv==1.1.0 APScheduler==3.11.0 Flask-Compress==1.17 Thanks you in advance ! Julien