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

Is it necessary to enable config.threadsafe! for better Sidekiq performance #108

Closed
anildigital opened this issue Apr 2, 2012 · 1 comment

Comments

@anildigital
Copy link

Is it necessary to enable config.threadsafe! for my app to get benefits of Sidekiq.

@mperham
Copy link
Collaborator

mperham commented Apr 2, 2012

Nope. Sidekiq boots your rails app in its process and enables multithreading automatically. Your web processes (Passenger, Unicorn) are unchanged.

@mperham mperham closed this as completed Apr 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants