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

Sidekiq path should be configurable #217

Open
nesaulov opened this issue Oct 17, 2018 · 1 comment
Open

Sidekiq path should be configurable #217

nesaulov opened this issue Oct 17, 2018 · 1 comment

Comments

@nesaulov
Copy link

Say we have a monorepo with two separate applications in it: client and server.
Right now capistrano-sidekiq does not allow to specify where sidekiq command should be executed, instead there is a hardcoded value: release_path

within release_path do
yield(pid_file, idx)
end

This should be configurable i think

@nesaulov
Copy link
Author

I will open a PR with a proposed fix

nesaulov added a commit to nesaulov/capistrano-sidekiq that referenced this issue Oct 17, 2018
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

1 participant