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

Support sidekiq-testing #20

Merged
merged 2 commits into from
Mar 13, 2023
Merged

Support sidekiq-testing #20

merged 2 commits into from
Mar 13, 2023

Conversation

kukicola
Copy link
Collaborator

#19

@kukicola
Copy link
Collaborator Author

@langsharpe can you test if it works in your case? Now it should work fine when testing mode is enabled. Please also include server middleware for Sidekiq::Testing:

Sidekiq::Testing.server_middleware do |chain|
  chain.add Sidekiq::Debouncer::Middleware::Server
end

If it works I'll update the docs and release a new version

@langsharpe
Copy link

Yes, it works. Thank you for your time!

@kukicola kukicola requested a review from tallica March 13, 2023 16:46
@kukicola kukicola merged commit 3082a9e into master Mar 13, 2023
@kukicola kukicola deleted the sidekiq-testing-support branch March 13, 2023 17:58
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.

3 participants