Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "bree", | ||
"description": "The best job scheduler for Node.js with support for cron, dates, ms, later, and human-friendly strings. Uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for Forward Email and Lad.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "ava": { |
@@ -320,3 +320,3 @@ <h1 align="center"> | ||
* Object values must be a [later][] schedule object value (e.g. `later.schedule(later.parse.cron('15 10 * * ? *')))`) | ||
* String values can be either a [human-interval][] String or a [ms][] value (e.g. either [human-interval][] supports Strings such as `3 days and 4 hours`, and [ms][] supports short, human-friendly Strings such as `4h` for four hours) | ||
* String values can be either a [later][], [human-interval][], or [ms][] String values (e.g. [later][] supports Strings such as `every 5 mins`, [human-interval][] supports Strings such as `3 days and 4 hours`, and [ms][] supports Strings such as `4h` for four hours) | ||
@@ -364,3 +364,3 @@ | ||
We support [ms][], [human-interval][], and [later][] String values for both `timeout` and `interval`. | ||
We support [later][], [human-interval][], or [ms][] String values for both `timeout` and `interval`. | ||
@@ -373,3 +373,5 @@ If you pass a `cron` property, then it is validated against [cron-validate][]. | ||
See [Job Interval and Timeout Values](#job-interval-and-timeout-values) above for more insight. | ||
## Writing jobs with Promises and async-await | ||
@@ -376,0 +378,0 @@ |
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
60089
524