1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

enable thread tasks

This commit is contained in:
Mike Perham 2012-09-02 15:39:27 -07:00
parent 25df7abbee
commit d1c1406239

View file

@ -15,7 +15,7 @@ module Sidekiq
include Util
include Celluloid
# exclusive :process
task_class Celluloid::TaskThread
def self.default_middleware
Middleware::Chain.new do |m|