Skip to content
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

Open
MartinStyk opened this issue Nov 9, 2017 · 4 comments
Open

ERROR: worker mode not supported on JRuby or Windows #4

MartinStyk opened this issue Nov 9, 2017 · 4 comments
Labels

Comments

@MartinStyk
Copy link
Owner

To resolve this issue comment line workers Integer(ENV['WEB_CONCURRENCY'] || 2) in file puma.rb

@MartinStyk MartinStyk added the tip label Nov 9, 2017
@Ryanrj
Copy link

Ryanrj commented Mar 3, 2018

@MartinStyk , just had this error, commented out that line from my puma.rb file. thanks!

@hshoja
Copy link

hshoja commented Apr 11, 2021

To resolve this issue comment line workers Integer(ENV['WEB_CONCURRENCY'] || 2) in file puma.rb

Thanks Martin, I changed that and it works now , Doesn't it make any issue for Linux base os ?

@Deepakmukka1
Copy link

If you are on the latest version of rails

workers ENV.fetch('WEB_CONCURRENCY') { 2 } comment this in puma.rb

@smilephoenix103
Copy link

comment
workers ENV.fetch('WEB_CONCURRENCY', 2)
in puma.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants