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

Fix: Multiple Sidekiq Processes issue #323

Open
wants to merge 2 commits into
base: v2.3.1
Choose a base branch
from
Open

Conversation

zhmlk
Copy link

@zhmlk zhmlk commented Oct 17, 2024

When setting set :sidekiq_processes, 2 or higher, capistrano-sidekiq fails to:

Create/Start all specified Sidekiq processes properly.
Stop/terminate them correctly during deployment.

This issue affects deployments where multiple Sidekiq processes are required for parallel processing.
TODO: Ensure the uninstall command properly removes all created processes.

Can this go to v2.3.2?

@zhmlk zhmlk changed the title Multiple Process Support Fix: Issue with Starting/Stopping Multiple Sidekiq Processes Oct 17, 2024
@zhmlk zhmlk closed this Oct 17, 2024
@zhmlk zhmlk reopened this Oct 17, 2024
@zhmlk zhmlk changed the title Fix: Issue with Starting/Stopping Multiple Sidekiq Processes Fix: Multiple Sidekiq Processes issue Oct 17, 2024
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.

1 participant