node-resque
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -32,2 +32,3 @@ var os = require('os'); | ||
maxWorkers: 100, | ||
timeout: 5000, | ||
checkTimeout: 500, | ||
@@ -51,2 +52,3 @@ maxEventLoopDelay: 10, | ||
queues: self.options.queues, | ||
timeout: self.options.timeout, | ||
name: os.hostname() + ":" + process.pid + '+' + id | ||
@@ -53,0 +55,0 @@ }, self.jobs, function(){ |
@@ -5,3 +5,3 @@ { | ||
"description": "an opinionated implementation of resque in node", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"homepage": "http://github.com/taskrabbit/node-resque", | ||
@@ -8,0 +8,0 @@ "repository": { |
124464
2794