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:
parent
25df7abbee
commit
d1c1406239
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue