Capistrano::Sidekiq

Sidekiq integration for Capistrano - providing systemd service management and deployment coordination for Sidekiq 7+.
Upgrading from v2.x? See the Migration Guide for breaking changes and upgrade instructions.
Example Application
For a complete working example of this gem in action, see the capistrano-example-app which demonstrates:
- Rails 8.0 deployment with Capistrano
- Sidekiq 7.0 with Redis 7+
- Systemd service management
- rbenv integration
- Complete deployment guide
Installation
Add to your Gemfile:
gem 'capistrano-sidekiq', group: :development
Then execute:
$ bundle install