Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Sidekiq 7+ #57

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Add support for Sidekiq 7+ #57

merged 1 commit into from
Dec 20, 2024

Conversation

dmke
Copy link
Contributor

@dmke dmke commented Nov 18, 2024

This primarily adds support for Sidekiq 7.

The support policy for Sidekiq states that the previous major releases is supported "as long as they are less than five years old". With Sidekiq 6.0 released in August 2019, that time has come. Despite of this, I'm keeping support for 6.5 because that is the latest version users of mini_scheduler are using. This should allow them updating mini_scheduler before they tackle upgrading to Sidekiq 7.

This also adds an exhaustive test matrix covering

  • Ruby 3.0..3.3
  • Sidekiq 6.5..7.3
  • official Redis server and its ValKey fork

Testing against ValKey ensures smooth transitioning from the proprietary Redis 7.2 to a pure Open Source stack.

This primarily adds support for Sidekiq 7.

The support policy for Sidekiq states that the previous major releases
is supported "as long as they are less than five years old" [1]. With
Sidekiq 6.0 released in August 2019, that time has come.

This also adds an exhaustive test matrix covering
- Ruby 3.0..3.3
- Sidekiq 6.5..7.3
- official Redis server and its ValKey fork

Testing against ValKey ensures smooth transitioning from the proprietary
Redis 7.2 to a pure Open Source stack [2, 3].

[1]: https://github.com/sidekiq/sidekiq/wiki/Commercial-Support
[2]: https://redis.io/legal/licenses/
[3]: https://github.com/valkey-io/valkey?tab=License-1-ov-file#readme
Copy link
Contributor

@Flink Flink left a comment

Choose a reason for hiding this comment

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

Thanks for this! 🙂
I’ll merge it and create a new release shortly.

@Flink Flink merged commit 26548ac into discourse:main Dec 20, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants