lib/sidekiq/batching/actor.rb in sidekiq-batching-0.0.3 vs lib/sidekiq/batching/actor.rb in sidekiq-batching-0.0.4

- old
+ new

@@ -1,10 +1,9 @@ module Sidekiq module Batching class Actor include Sidekiq::Batching::Logging - include Celluloid def initialize link_to_sidekiq_manager end @@ -42,6 +41,6 @@ batches.each { |batch| batch.flush } end end end end -end \ No newline at end of file +end