You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable threads. Rails is thread-safe by design but that won't mean the app is. Rack.lock could be used for semi-threads before rest of the app is checked but Rack middleware needs to checked and frozen first.
Enable threads. Rails is thread-safe by design but that won't mean the app is. Rack.lock could be used for semi-threads before rest of the app is checked but Rack middleware needs to checked and frozen first.
https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#thread-safety-tips
https://bearmetal.eu/theden/how-do-i-know-whether-my-rails-app-is-thread-safe-or-not/
Currently using puma workers to get more concurrency.
The text was updated successfully, but these errors were encountered: