2 years 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
2 years ago
Hello,
All Hobby deploys go exclusively to metal now.
Please make sure you are using the private network to avoid latency.
Best,
Brody
2 years ago
ok
2 years 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)
2 years ago
yes.
2 years ago
similar performance impact as reported on the previous thread (linked above)
Attachments
2 years ago
i dont think so but not sure. i'm using default RubyOnRails 7.2 behaviour.
2 years 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
2 years 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.
2 years ago
Is there an ETA on metal supporting volumes?
Status changed to Solved brody • over 1 year ago

