-
Notifications
You must be signed in to change notification settings - Fork 5
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
ERROR: worker mode not supported on JRuby or Windows #4
Comments
@MartinStyk , just had this error, commented out that line from my puma.rb file. thanks! |
Thanks Martin, I changed that and it works now , Doesn't it make any issue for Linux base os ? |
If you are on the latest version of rails
|
comment |
To resolve this issue comment line workers Integer(ENV['WEB_CONCURRENCY'] || 2) in file puma.rb
The text was updated successfully, but these errors were encountered: