Any way to not use metal?
nextprep
HOBBYOP

a year ago

Is there any way to not use metal for my deployment? its leading to huge slowdowns and has broken my app in production. I need to resolve this asap. is there any way at all to go back to US Oregon?

Solved

26 Replies

nextprep
HOBBYOP

a year ago

019d11e1-619b-49aa-9f60-379506b03485


a year ago

hobby users now deploy exclusively to metal, we have found any slowdowns can be attributed to using the public network to connect to the database or inefficient code paths.


nextprep
HOBBYOP

a year ago

Theres only a flask API in my project. my DB is a supabase instance


nextprep
HOBBYOP

a year ago

my app just has one endpoint which generates an embedding and calls a supabase RPC function. was ~6-8s response times before which im fine with but thats jumped to me having to increase my RAM/CPU limits as well as 25s response times now


a year ago

what region is your supabase database in


nextprep
HOBBYOP

a year ago

West US (north california)


a year ago

what region is your app deployed into?


nextprep
HOBBYOP

a year ago

1320826949177835500


a year ago

then you have them both in the same zone


nextprep
HOBBYOP

a year ago

yeah so if anything metal should be faster than orgeon


a year ago

yep it has newer CPUs


nextprep
HOBBYOP

a year ago

yeah so im not understanding how my RAM/CPU usage almost increase by 2x and my response times 3x


nextprep
HOBBYOP

a year ago

i was running 4gb ram and 4vcpu before and it was all fine but after metal i get out of memory issues. after increasing both to 8/8 my vcpu usage is 7 during the request


a year ago

perhaps the new CPUs don't perform well for your specific task?


nextprep
HOBBYOP

a year ago

yeah it just sucks because now ill most likely have to switch over to a new cloud provider. huge fan of railway but i figured we wouldve had some email warning or something instead of just waking up monday to find out my app was broken all weekend and also that there is nothing i can do about it except pay more money to go back to the old server


a year ago

paying more money wouldn't help long term, pro users will eventually be moved to metal too, the end goal being for Railway to leave GCP.

sorry that this didn't work out for you!


nextprep
HOBBYOP

a year ago

some interesting customer support. theres numerous people complaining so clearly theres some underlying issues. all this without warning too. lol


a year ago

I'm really not sure what we can do about this unfortunately, we have actively been working on moving off of GCP


nahasco
HOBBY

a year ago

i am having the same issue, my postgres db on railway can only be set in oregon, but my app deployment ar restricted to metal which are in the west causing huge slowdowns and connection timeouts


richmeij
PRO

a year ago

We also have found slower requests with services running on metal and db’s not running on metal (on the hobby plan). Also, how and why was this forceful deployment not communicated?


a year ago

I'm also seeing a noticeable slowdown (increase of +- 100ms per request on the private network)

If the aim is to move entirely off GCP, is there a timeline of when services with volumes will be moved across as well?


a year ago

I'm also seeing a noticeable slowdown!
it’s not possible to change the region, then why do you offer other options? Why mislead users who genuinely appreciate your service and are paying for it? This feels unfair to those of us who rely on Railway for our projects and want the best experience possible.


a year ago

The slowdowns are generally caused by using the public network to communicate with the database.


nahasco
HOBBY

a year ago

I am using the private network and everything was perfect before switching to metal


a year ago

^^


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...