a year ago
I'm trying to change from us-west1 (metal) to us-west2 (non-metal) but after the re-deploy made by the change the region remains unchanged.
The region change is important for my app service and db service to be on the same region avoiding lag on requests.
15 Replies
a year ago
Hello,
All Hobby deploys go exclusively to metal now.
Please make sure you are using the private network to avoid latency.
Best,
Brody
a year ago
ok
a year ago
previous experiments have shown that connecting through private network wont solve the issue:
https://help.railway.com/questions/slower-performance-since-nov-18th-f139afa8
it'd be reasonable to delay enforcing metal on hobby users until metal supports volumes (for db services)
a year ago
yes.
a year ago
similar performance impact as reported on the previous thread (linked above)
Attachments
a year ago
i dont think so but not sure. i'm using default RubyOnRails 7.2 behaviour.
a year ago
it's not a new connection per query
ActiveRecorduses a connection pool. When you try to interact with the database, a connection is acquired from the pool, query is made and connection is returned to pool after the query. All this is handled byActiveRecordin the background. You can adjust the number of connections in the pool in your database configurationhttp://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/ConnectionPool.html
a year ago
Irrelevant. The point is that without notice railway enforced a new policy that impacts my end-users with over a second (sometimes 2-3 seconds) delay.
Railway has made a habit of this kind of unnoticed changes that impact end users.
a year ago
Is there an ETA on metal supporting volumes?
Status changed to Solved brody • about 1 year ago

