#Network limits?

1 messages · Page 1 of 1 (latest)

void bear
#

Hello,

I am currently migrating an application from another provider to Railway.app. After testing, I've noticed that when transferring about 30MB of data, it takes approximately 1 minute to complete. Previously, it only took a few seconds. I have upgraded to the Developer plan, in order to see if the limit would be lifted, but the issue persists.

I wanted to inquire if there is a bandwidth limit on upload speed, or if there is anything else that I should do after upgrading to the Developer plan to lift any potential limits.

Thank you for your help.

Project ID: 99a952d3-adc9-4277-a153-17d7b38ca27f

opal orioleBOT
#

Project ID: 99a952d3-adc9-4277-a153-17d7b38ca27f

shell sorrel
#

try posting binary data to https://utilities.up.railway.app/upload it will return with the upload speed

#

(with postman)

void bear
#

Timeout on 30s

#

21.1MB

#

0.44 MB/s

#

It this normal?

shell sorrel
#

idk what upload speed does your ISP give you?

void bear
#

Around 829Mb/s

shell sorrel
#

interesting

#

upload a bigger file

#

that upload endpoint does have throttle of 50 Mbits/s and I have been able to max it out

void bear
#

time out

shell sorrel
#

that endpoint does not have a time limit

#

that would be a timeout from whatever client that is

void bear
#

Oh, thats true, timeout on the client was enabled, my fault, i'm retrying

#

Same speed 0.45MB/s

shell sorrel
#

what client is that? insomnia?

void bear
#

Yes

shell sorrel
#

wanna try with postman? just for sake of eliminating variables

void bear
#

Okey, i'll try

void bear
#

Now I'm getting full speed

shell sorrel
#

yep maxing out the set throttle speed

#

you are running into the exact same problem as someone else

#

like I said to them, I am away from my computer for the day, but I will definitely be trying to see what's up later tonight

void bear
#

It would be very helpful, thank you very much.

shell sorrel
#

I definitely will, this issue the two of you are facing has definitely been the most intriguing question I've seen on this server thus far

shell sorrel
#

update, I have some good but mostly bad news.

the good: I now know the determining factor as to why uploading data to railway is slow. whenever uploads are done with http 2 theyre slow, but uploads done with http 1.1 are fast (by default postman uses http 1.1, and insomnia uses 2.0). this issue is solely with railway.

the bad: I don’t know why this is the case, and you cant change to http 1.1 because thats entirely up to the browser, and any modern browser will default to http 2.

Ill be talking to the team about this as soon as I can

void bear
#

Very interesting, maybe I can bypass this with a proxy, thanks you very much, please contact me if there is news on this

shell sorrel
#

as long as that proxy isn't hosted on railway lol. but yes I will do everything in my power to expedite this issue and will update you with any new information