Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

UPGRADING.md

File metadata and controls

12 lines (9 loc) · 444 Bytes

Upgrading

Upgrading from 7.x to 8.0

  • Some fields have been converted from Objects to Maps:
    • closeWorkerAfterMs
    • workers
    • timeouts
    • intervals
    • Instead of accessing them like this bree.workers.NAME, you should access them like this bree.workers.get(NAME)
  • start() will now throw an error if the job has already started