-
Notifications
You must be signed in to change notification settings - Fork 307
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
cap production sidekiq:start does not start sidekiq #231
Comments
I am facing the same issue. |
@nimish13 No, I didn't get any solution. I just hold on the process. If you get any solution, please share. Thanks! |
@prakash-subramani what kind of sidekiq version do you have? |
What is the |
most probably you are missing the 'app' role in your config/deploy/env_name.rb |
Same issue, with 'app' role correctly configured |
I'm using capistrano3.
ruby: 2.3.5
rails: 5.1.4
while running "production sidekiq:start" seems sidekiq started and pid added to the file. But I didn't see the running process in accctivity monitor or grep. Actually the side sidekiq not running
I have set 'pty' as false in deploy.rb
The text was updated successfully, but these errors were encountered: