bree
bree copied to clipboard
Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
By default now bree tries to fetch 2.x cron-validate package which is not compatible. I set package.json to always use 1.4.5. ## Checklist - [X] I have ensured my pull...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `examples/email-queue/package.json` #### Vulnerabilities that will...
Please see commit messages. ## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have...
## Describe the bug **Node.js version:** v22.13.1 **OS version:** Win10 **Description:** Job options interval type does not include the object ## Actual behavior I am creating a job in which...
Changing the `ms` library by this https://github.com/gae-labs/betterMsJs/ fixes some `ms` problems, like - round - https://github.com/vercel/ms/issues/140 - https://github.com/vercel/ms/issues/142 - lots of new ways to write times (`betterMs('2 days 6 hours...
## Describe the bug **Node.js version:** 18.20.3 **OS version:** macOS Sequoia 15.1.1 **Description:** Running a job with an interval defined using `later.parse.recur()` results in an error. `later.parse.text()` works fine. ##...