Top Level Namespace
Defined Under Namespace
Modules: Kleenex
Instance Method Summary collapse
Instance Method Details
#kleenex! ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/kleenex.rb', line 4 def kleenex! retryset = Sidekiq::RetrySet.new retryset.clear for queue in Sidekiq::Queue.all queue.clear end Sidekiq::Stats.new.reset DatabaseCleaner.strategy = :truncation DatabaseCleaner.clean end |