Actions
Bug #35880
closedforeman-installer: "WARNING: Sidekiq::Web.sessions= is no longer relevant and will be removed in Sidekiq 7.0. /usr/share/gems/gems/sidekiq-6.3.1/lib/sidekiq/web.rb:75:in `set'"
Difficulty:
Triaged:
No
Pull request:
Description
The following message is displayed during foreman-installer. My understanding is that installer is setting something that is being ignored. This needs to be checked and replaced or removed.
WARNING: Sidekiq::Web.sessions= is no longer relevant and will be removed in Sidekiq 7.0. /usr/share/gems/gems/sidekiq-6.3.1/lib/sidekiq/web.rb:75:in `set'
Updated by Adam Ruzicka about 2 years ago
- Project changed from Hammer CLI to foreman-tasks
- Status changed from New to Assigned
- Assignee set to Adam Ruzicka
It is not caused by the installer per-se, it should appear in the logs each time foreman is restarted. The root cause stems from sidekiq revamping whole web session handling1, luckily for us it does not break anything and we can just drop it.
Updated by The Foreman Bot about 2 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/702 added
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases foreman-tasks-7.1.1 added
Updated by Adam Ruzicka almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset e30bcbd53848317d17405fc68d567c52ec0b4ebd.
Updated by Adam Ruzicka almost 2 years ago
- Fixed in Releases foreman-tasks-7.2.1 added
- Fixed in Releases deleted (
foreman-tasks-7.1.1)
Actions