jorgemayto
jorgemayto
RRailway
Created by jorgemayto on 8/25/2024 in #✋|help
Do you get 5$ free on the pro plan too?
Hey guys, the pro plan for railway does get the $5 free usage right? or is that only for the hobby plan, im just a little confused, as technically the hobby plan is free + usage, but is the $5 a feature?
6 replies
RRailway
Created by jorgemayto on 8/23/2024 in #✋|help
More information regarding pricing
I'm a little confused on the pricing, I've been using the hobby tier for some time for some projects, but I want to upgrade to the Pro plan for production projects So by upgrading I get: 32 GB RAM / 32 vCPU per service But if I use over 32GB of ram then ill need to pay the extra resources I use?
7 replies
RRailway
Created by jorgemayto on 8/23/2024 in #✋|help
Postgres help info
hey, so i would like to change my current setup with postgres (supabase) to railway because I host my backends on here. I was just wondering how the postgres works here in regards to pricing and the power of the server. I checked the documentation and theres the 2 types of setups but theres nothing about upgrading the server etc. So with the pro plan, that's the only upgrade there is right? I'm just looking for a little more info on how it works.
3 replies
RRailway
Created by jorgemayto on 7/2/2024 in #✋|help
Tls failed to verify when sending API request
I have a python server hosted on railway, when it tries to call an external api like this: https://pypi.org/project/tls-client/ session = tls_client.Session( client_identifier="chrome_120", random_tls_extension_order=True, ) response = session.post(url, headers=headers, json=payload) It shows this error: ERROR:root:failed to do request: Post "URL";: tls: failed to verify certificate: x509: certificate signed by unknown authority but it works locally, could it be a wrong setup of my certification in my server? or any ideas?
14 replies
RRailway
Created by jorgemayto on 4/22/2024 in #✋|help
hostinger domain connect
i found a thread online saying hostinger doesnt support railway for domains, it was a year ago tho, anyone know if it has changed?
4 replies
RRailway
Created by jorgemayto on 3/1/2024 in #✋|help
API Timeout from Mongo
I have deployed a new version to my railway server, I didn't change anything related to my mongodb connection yet now my server is crashing and it is displaying this error, i am using Gunicorn with python flask, it runs perfectly on local with the same command as the one in the server
75 replies
RRailway
Created by jorgemayto on 1/9/2024 in #✋|help
SocketIO and Flask Rest API
I created a socketio flask rest api and it works great locally for retriving and sending data through the websockets, but as soon as I upload my code onto the railway server, the server doesn't work with my websockets. Is there any special configuration I need to do? [2024-01-09 06:21:11 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:11) [2024-01-09 06:21:11 +0000] [11] [INFO] Worker exiting (pid: 11) [2024-01-09 06:21:12 +0000] [7] [WARNING] Worker with pid 11 was terminated due to signal 9 [2024-01-09 06:21:12 +0000] [22] [INFO] Booting worker with pid: 22 Invalid session MLd5ydxTdW6sDXnBAAAA (further occurrences of this error will be logged with level INFO)
23 replies