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

cap production sidekiq:start does not start sidekiq #231

Open
prakash-subramani opened this issue Jul 12, 2019 · 6 comments
Open

cap production sidekiq:start does not start sidekiq #231

prakash-subramani opened this issue Jul 12, 2019 · 6 comments

Comments

@prakash-subramani
Copy link

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

@nimish13
Copy link

I am facing the same issue.
@prakash-subramani - Did you get any solution for this?

@prakash-subramani
Copy link
Author

@nimish13 No, I didn't get any solution. I just hold on the process. If you get any solution, please share.

Thanks!

@dmitry
Copy link

dmitry commented Sep 11, 2019

@prakash-subramani what kind of sidekiq version do you have?

@dmitry
Copy link

dmitry commented Sep 11, 2019

What is the ps -aux returns?

@7akimz
Copy link

7akimz commented Apr 21, 2020

most probably you are missing the 'app' role in your config/deploy/env_name.rb

@randoum
Copy link

randoum commented Feb 8, 2021

Same issue, with 'app' role correctly configured

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

5 participants