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
I'm getting spammed by this on STDOUT (or STDERR?) for each test and I believe it's coming from here
sidekiq-unique-jobs/lib/sidekiq_unique_jobs/testing.rb
Line 129 in 10d08bd
I have
require 'sidekiq_unique_jobs/testing'in myrails_helper.rbAny way to suppress this output? thanks