mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
docs: upgrading notes
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
* [Foreword](#foreword)
|
||||
* [Install](#install)
|
||||
* [Upgrading](#upgrading)
|
||||
* [Usage and Examples](#usage-and-examples)
|
||||
* [Instance Options](#instance-options)
|
||||
* [Job Options](#job-options)
|
||||
@@ -77,6 +78,11 @@ yarn add bree
|
||||
```
|
||||
|
||||
|
||||
## Upgrading
|
||||
|
||||
To see details about upgrading from the last major version, check out this [doc](./UPGRADING.md).
|
||||
|
||||
|
||||
## Usage and Examples
|
||||
|
||||
The example below assumes that you have a directory `jobs` in the root of the directory from which you run this example. For example, if the example below is at `/path/to/script.js`, then `/path/to/jobs/` must also exist as a directory. If you wish to disable this feature, then pass `root: false` as an option.
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# Upgrading
|
||||
|
||||
|
||||
## Upgrading from 7.x to 8.0
|
||||
|
||||
* Some fields have been converted from Objects to Maps:
|
||||
* `closeWorkerAfterMs`
|
||||
* `workers`
|
||||
* `timeouts`
|
||||
* `intervals`
|
||||
Reference in New Issue
Block a user