|
|
|
|
|
by tyingq
1736 days ago
|
|
Github does make it work, but you can see there's a tradeoff for that. Like in this blog post: https://github.blog/2020-08-25-upgrading-github-to-ruby-2-7/ You see mentions of 70 second application boot times. Also interesting is the reference that a future upgrade to Ruby 3.x might increase performance by a factor of 3. That would mean they are leaving quite a lot on the table right now. Basically, yes, they make it scale, but that's not free. |
|