Actions
Feature #30275
closedUpdate Sidekiq to 6.0.6 or higher
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Version 6.0.6 introduced support for systemd's Type=notify and WatchDog. Currently we're on 5.x
https://github.com/mperham/sidekiq/blob/master/6.0-Upgrade.md has some notes but I think all requirements are met.
After upgrading https://github.com/mperham/sidekiq/blob/19cf129fe34a979ef2eb129a1e07fd83fb8a895a/examples/systemd/sidekiq.service#L31-L41 should be applied to our service file.
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Description updated (diff)
Updated by Adam Ruzicka over 4 years ago
This is blocked until gitlab-sidekiq-fetcher starts supporting sidekiq 6 https://gitlab.com/gitlab-org/sidekiq-reliable-fetch/-/blob/master/gitlab-sidekiq-fetcher.gemspec#L13
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Related to Bug #30730: Implement systemd notify support for dynflow-sidekiq services added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
Via #30730 systemd support is implemented directly in the script. When upgrading to 6.0, this should be adjusted since there's overlapping code.
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Is duplicate of Bug #35414: Bump sidekiq to 6.3.x added
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Status changed from New to Duplicate
Actions