a year ago
We are currently using http requests internally between different services, the requests were working fine for the first few days, however recently we are getting timeouts. We noticed we may have reached the network egress limits and wanted to enquire what the limits are under the payment plan?
8 Replies
a year ago
[Nest] 15 - 08/23/2024, 12:11:32 PM ERROR [NotificationClientService] Error sending notification:
connect ETIMEDOUT 35.212.162.221:3000
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • over 1 year ago
a year ago
Hello, there are no egress limits on any plan, for any kind of networking.
There is a 5 minute request time limit for public networking, but there is no time limit of any kind for private networking.
If you are indeed using private networking, the timeouts come from a self imposed limitation.
For example, gunicorn has a default timeout of 30 seconds.
Please tell me more about your setup.
a year ago
I am using two nestjs servers, one is sending http post, to the other in every minute interval, I'll increase this
a year ago
Make sure you are using the private network or else you will incur egress fees.
a year ago
is this url public? ${{SolanaCallBot.RAILWAY_STATIC_URL}}
a year ago
Yes it is, it is also deprecated.
Please see our docs for the updated variables available - https://docs.railway.app/reference/variables#railway-provided-variables
a year ago
I am having difficulty updating the environment variables, after changing the env var and click the tick and redeploying the app seems to pick the old var that was configured