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

Fixes systemd rake tasks with multi processes #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zedtux
Copy link

@zedtux zedtux commented May 24, 2022

This PR passes the process to each call of the quiet_sidekiq and systemctl_command methods in order to honour the multi process feature.

Without this commit, having set the sidekiq_processes to 2, this gem was always targeting the systemd sidekiq.service unit instead of the [email protected] and [email protected], which was failing telling the unit doesn't exist.

@lloydwatkin
Copy link
Contributor

@seuros apologies I missed your merge of my pull request (no emails for some reason). However I've just tested with the latest release and found similar to @zedtux here. I've pretty much put together the same pull request and then saw this which does the same thing.

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

Successfully merging this pull request may close these issues.

2 participants