node-resque
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -13,2 +13,3 @@ export interface Job<TResult> { | ||
class?: string; | ||
args?: Array<any>; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"homepage": "http://github.com/actionhero/node-resque", | ||
@@ -30,15 +30,15 @@ "repository": { | ||
"dependencies": { | ||
"@types/ioredis": "^4.14.2", | ||
"@types/node": "^12.12.17", | ||
"@types/ioredis": "^4.14.3", | ||
"@types/node": "^13.1.7", | ||
"ioredis": "^4.14.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23", | ||
"@types/jest": "^24.9.0", | ||
"jest": "^24.9.0", | ||
"node-schedule": "^1.3.2", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^24.2.0", | ||
"ts-node": "^8.5.4", | ||
"typedoc": "^0.15.4", | ||
"typescript": "^3.7.3" | ||
"ts-jest": "^24.3.0", | ||
"ts-node": "^8.6.2", | ||
"typedoc": "^0.16.6", | ||
"typescript": "^3.7.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "jest": { |
# node-resque: The best background jobs in node. | ||
**Distributed delayed jobs in nodejs**. Resque is a background job system backed by [Redis](http://redis.io) (version 2.0.0 and up required). It includes priority queues, plugins, locking, delayed jobs, and more! This project is a very opinionated but API-compatible with [Resque](https://github.com/resque/resque) and [Sidekiq](http://sidekiq.org/). We also implement some of the popular Resque plugins, including [resque-scheduler](https://github.com/resque/resque-scheduler) and [resque-retry](https://github.com/lantins/resque-retry) | ||
**Distributed delayed jobs in nodejs**. Resque is a background job system backed by [Redis](http://redis.io) (version 2.0.0 and up required). It includes priority queues, plugins, locking, delayed jobs, and more! This project is a very opinionated but API-compatible with [Resque](https://github.com/resque/resque) and [Sidekiq](http://sidekiq.org/) ([caveats](https://github.com/actionhero/node-resque/issues/311)). We also implement some of the popular Resque plugins, including [resque-scheduler](https://github.com/resque/resque-scheduler) and [resque-retry](https://github.com/lantins/resque-retry) | ||
@@ -109,3 +109,3 @@ The full API docuementation for this package is automatically generated from the `master` via [typedoc](https://typedoc.org) branch and published to https://node-resque.actionherojs.com/ | ||
// ////////////////////// | ||
// REGESTER FOR EVENTS // | ||
// REGISTER FOR EVENTS // | ||
// ////////////////////// | ||
@@ -112,0 +112,0 @@ |
@@ -14,2 +14,3 @@ export interface Job<TResult> { | ||
class?: string; | ||
args?: Array<any>; | ||
} |
Sorry, the diff of this file is not supported yet
640200
7542
+ Added@types/node@13.13.52(transitive)
- Removed@types/node@12.20.55(transitive)
Updated@types/ioredis@^4.14.3
Updated@types/node@^13.1.7