Skip to content

Conversation

@irphilli
Copy link

This addresses #87

Wrapper class names for Active Job support have changed in Sidekiq 8. https://github.com/sidekiq/sidekiq/blob/main/Changes.md#800

WARNING The underlying class name for Active Jobs has changed from ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper to Sidekiq::ActiveJob::Wrapper. The old name will still work in 8.x.

Adding Sidekiq::ActiveJob::Wrapper to the class check in the sidekiq patch.

@irphilli irphilli marked this pull request as ready for review October 17, 2025 19:30
Wrapper class names for Active Job support have changed in Sidekiq 8.
https://github.com/sidekiq/sidekiq/blob/main/Changes.md#800
> WARNING The underlying class name for Active Jobs has changed from ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper to Sidekiq::ActiveJob::Wrapper. The old name will still work in 8.x.

Adding Sidekiq::ActiveJob::Wrapper to the class check in the sidekiq patch.
Copy link
Contributor

@sharshenov sharshenov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yuki-yogi
Copy link

Thank you for creating the PR.
I'm really looking forward to seeing this fix incorporated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants