Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuy Martinez committed Jun 22, 2016
1 parent 9ecda58 commit e3051f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ listened by some other service that stores the results in a database.
## Reference
<a name="queue"/>
###Queue(queueName, redisPort, redisHost, [redisOpts])
###Queue(queueName, redisPort, redisHost, [redisOpts], [queueOpts])
This is the Queue constructor. It creates a new Queue that is persisted in
Redis. Everytime the same queue is instantiated it tries to process all the
Expand All @@ -330,6 +330,9 @@ __Arguments__
redisPort {Number} A port where redis server is running.
redisHost {String} A host specified as IP or domain where redis is running.
redisOptions {Object} Options to pass to the redis client. https://github.com/mranney/node_redis
queueOpts {Object} Options to drive the Queue behavior
queueOpts.processStalledJobs {Boolean} Automatically process potentially jobs stuck in active
state (default: true)
```
---------------------------------------
Expand Down

0 comments on commit e3051f8

Please sign in to comment.