@types/bull
Advanced tools
Comparing version 3.5.3 to 3.5.4
@@ -74,2 +74,7 @@ // Type definitions for bull 3.5 | ||
/** | ||
* Interval in milliseconds on which to acquire the job lock. | ||
*/ | ||
lockRenewTime?: number; | ||
/** | ||
* How often check for stalled jobs (use 0 for never checking) | ||
@@ -76,0 +81,0 @@ */ |
{ | ||
"name": "@types/bull", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"description": "TypeScript definitions for bull", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3d29cc8c7c01f9964a614b1c5f05acaf1eabbc75e6ade9f09c731e7dc5e1bc3b", | ||
"typesPublisherContentHash": "8d2fc8f10a274675929abd94a873f7b865442097ee027ab5c98ba8d5128d2eb5", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 19 Jan 2019 01:10:40 GMT | ||
* Last updated: Tue, 22 Jan 2019 17:18:42 GMT | ||
* Dependencies: @types/ioredis | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29997
605