-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load application #913
Comments
Are you doing '@options.fetch' in your config file? |
I had the following code in an initializer: Puma.cli_config.options.fetch(:max_threads) So I did the following: Puma.cli_config.options[:max_threads] But Anyway thanks! |
@Casara Why are you reading the max threads? Also, in 3.0+, you can do |
@evanphx I'm reading the max threads to set ActiveRecord connection pool size: UPDATED - Setting ActiveRecord's connection pool size on Heroku with Puma or Sidekiq. |
When upgrading from version 2.16.0 to 3.0.2 this happened:
The text was updated successfully, but these errors were encountered: