mono
mono
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
ok, nice that it is running now. Even if it is a bit frustrating not to be able to understand exactly what the problem was. And thanks for your help!
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
What do you mean? There is no problem with the bind. I mean: The request and the scaling should only need a second, or may be two. So even if the app can't do this with 2 workers in parallel, they should still fit in the timeout window one after the other.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
startCommand = "pipenv run gunicorn --workers=2 --bind 0.0.0.0:$PORT application:app" That is what I had, and it has worked. After the first errors occurred, I tried increasing timeout and workers.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
gunicorn --timeout 120 --workers=4 --threads=4 --log-level=debug --bind 0.0.0.0:$PORT application:app It works. Lightning fast 🙂 I know that workers need more memory and process management costs extra. I still find the result strange. Eight workers as before should be more than enough and then also the fact that it just stopped working.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
No problem, i try it
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
just adding (--threads n) to the config?
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
but just since yesterday
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
it will produce a lot of errors. So maybe concurrency is a problem.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
this works but if you visit https://www.blacktre.es
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
I dont think so. The stats are locking ok and i never recognized something in the past.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
no. public interface
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
Both show the same errors. Because everything has worked, think there is some sort of networking errors between the two. And that's results in the timeout on both ends.
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
I have tried it in both environments. At the moment the website is in the Team and the cropper in the Hobby section
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
yes
30 replies
RRailway
Created by mono on 10/25/2023 in #✋|help
Sudden gunicorn errors. App unusable.
39aa0a37-73e0-4c64-86d2-8c772db5657f and 36d5ac8d-ceaa-4b8d-9561-d38745c282b4
30 replies
RRailway
Created by mono on 6/29/2023 in #✋|help
External Domain SSL not working
Maybe a day later. I generate the CNAME and send it to my client. And he added the DNS record on the next day.
40 replies
RRailway
Created by mono on 6/29/2023 in #✋|help
External Domain SSL not working
@Adam if you read this post, you can see that I am on the pro plan, but discord missed this information. If you can add the information to my account, please do it.
40 replies
RRailway
Created by mono on 6/29/2023 in #✋|help
External Domain SSL not working
But what is the problem, is there anything I can do? For me, it looks like a bug in your system or a sleep period that extends exponential between two checks. I think so because if I set up the external domain in your system and immediately the DNS it works. But sometimes this is not possible because I don't control the domain DNS. For the production system. What can I do to make the switch flawless?
40 replies
RRailway
Created by mono on 6/29/2023 in #✋|help
External Domain SSL not working
it works 🙂
40 replies