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

spammed by Nothing to delete; exiting during spec #733

Closed
masterkain opened this issue Aug 9, 2022 · 2 comments
Closed

spammed by Nothing to delete; exiting during spec #733

masterkain opened this issue Aug 9, 2022 · 2 comments

Comments

@masterkain
Copy link

guard_1            | 2022-08-09T15:01:41.726Z pid=1560 tid=au0 INFO: Nothing to delete; exiting.
guard_1            | 2022-08-09T15:01:41.726Z pid=1560 tid=au0 INFO: delete_by_pattern(*, count: 10000) completed in 3ms

I'm getting spammed by this on STDOUT (or STDERR?) for each test and I believe it's coming from here

SidekiqUniqueJobs::Digests.new.delete_by_pattern("*", count: 10_000)

I have require 'sidekiq_unique_jobs/testing' in my rails_helper.rb

Any way to suppress this output? thanks

@mhenrixon
Copy link
Owner

See readme about logging in for example rails test environment.

@mhenrixon
Copy link
Owner

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

No branches or pull requests

2 participants