server/executionhandlers/ruby/execution.rb in cpee-2.1.39 vs server/executionhandlers/ruby/execution.rb in cpee-2.1.41

- old
+ new

@@ -44,9 +44,10 @@ :host => opts[:host], :url => opts[:url], :redis_url => opts[:redis_url], :redis_path => File.join(opts[:basepath],opts[:redis_path]), :redis_db => opts[:redis_db], + :workers => opts[:workers], :global_executionhandlers => opts[:global_executionhandlers], :executionhandlers => opts[:executionhandlers], :executionhandler => hw },f) end