All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Activate Rubygems MFA
- Support edge case where Sidekiq stopped but left behind its pidfile (closes #5)
- Fixed deprecation warnings on modern Bundlers. We are now using
Bundler.with_original_env
.
- Added CHANGELOG to satisfy Keep a Changelog
- Fix: now considering the configured Sidekiq timeout when running
sidekiqctl stop
throughsidekiq:stop
. Previously, long-running jobs would get lost!
- Gem no longer depends on
capistrano
, since using its Capistrano recipes is optional.
sidekiq:start
checks that sidekiq really comes up and will retry a few times.
- Do not fail on first deploy.
- Initial release.