- Add sidekiq 6 support, including support for unprivileged deployments
- Allow multiple sidekiq process with different configs
- replace deprecated dependency on environment task with remote_environment
- fix undefined variable, which broke
sidekiq:log
- restore current directory after changing to sidekiq directory
- support for mina 1.0 (thanks @devvmh)
- Default
sidekiq_concurrency
to nil. It now needs explicitly set to override concurrency specified in config file
sidekiq_concurrency
- sidekiq_timeout is now bigger then 10s
- add task skidekiq:log
- fix starting in background
Breaking Changes:
- to load the tasks requiring 'mina_sidekiq/tasks' is needed now
Enhancements:
- add sidekiq_processes to allow launching multiple sidekiq instances
- improved checking, if old instances of sidekiq are still running