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 rolling restart 1.0.3 #317

Open
wants to merge 79 commits into
base: v1
Choose a base branch
from

Conversation

unclok
Copy link

@unclok unclok commented Jan 24, 2023

This is from #316

I created a PR to v1 branch to update last version of v1(1.0.3).

If you create another branch for v1, I'll change the base branch of my PR.

Thanks.

seuros and others added 30 commits October 19, 2015 10:19
Change pidfile handling, always add index to pidfile name
Respect both local and global puma_user setting everywhere
Fixes identation and Increase documentation with info about :sidekiq_config
update sidekiq dependency
This handles the case where any of the steps in the deploy process after quieting sidekiq fail, e.g. pulling from git, compiling assets, etc.

For cap v2, this is documented here: https://github.com/leehambley/capistrano-handbook/blob/master/index.markdown#transactions

For cap v3, the pull request adding support is here: capistrano/capistrano#756.

I think this was the intention of seuros#105.
This configuration option can be set with successful results but was
undocumented.
Documenting sidekiq_service_name config option
Add missing monit default config options to README
Make sidekiq:stop task perpetually callable
add documentation; add note to ensure shared/tmp/pids folder exists i…
Use new capistrano DSL for reenable tasks
seuros and others added 30 commits January 24, 2018 19:01
Convert CHANGELOG to Markdown + Add Unreleased Section
…ing_accounted_correctly

Fix accounting of pidfiles per process (when using multiple processes)
1.sidekiq_service_name cann't fetch application at initialization phase.So use block.
2.replace fetch(:sidekiq_monit_group, fetch(:application) with fetch(:sidekiq_monit_group) || fetch(:application)
…-name-missing-application

Fix monit config file name missing application
Without adjusting the process number the configured second queue will never be started.
Update README#Multiple processes example
Point readers towards enable lingering for systemd
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.