- 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 thisbree.workers.get(NAME)
start()
will now throw an error if the job has already started