disq icon indicating copy to clipboard operation
disq copied to clipboard

A minimalistic Disque client using modern Node.js.

Results 3 disq issues
Sort by recently updated
recently updated
newest added

I can specify options for `addjob` that have a corresponding value; e.g., ``` javascript client.addjob('queue', 'job', 100, {DELAY: 10}, function(err, res) { ... }) ``` However, I am wondering if...