Commit 754ebb0
authored
AP-1002: Add Sidekiq 8 support (#33)
Upgrade sidekiq-bus for Sidekiq 8 compatibility:
- Bump sidekiq dependency to >= 7.3, < 9.0 (minimum 7.3 required for the new Sidekiq::Web.configure block API)
- Bump sidekiq-scheduler to >= 5.0, < 7.0 (6.x supports Sidekiq 8)
- Migrate web UI registration to Sidekiq::Web.configure block with explicit name:, tab:, and index: keyword arguments (required by Sidekiq 8, forward-compatible with Sidekiq 7.3+)
- Bump version to 3.0.0
Verified by running the full RSpec suite (108 examples, 0 failures) against both Sidekiq 8.1.6 and Sidekiq 7.3.9.
Jira: https://taskrabbit.atlassian.net/browse/AP-10021 parent 2ef186f commit 754ebb0
4 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments