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.
## Describe the bug **Node.js version:** 18.12.1 **OS version:** Windows 11 **Description:** I am trying to create a job that runs every month 8 days before the last day of...
hi all it would be great to have a function to list all the running jobs name i tried to search the document about such function but i found none...
## Describe the bug **Node.js version:** 16.13.1 **OS version:** MacOS 12.6 **Description:** When setting the defaultRootIndex it does not work; specifically setting it to 'index.ts' ## Actual behavior The option...
## Describe the bug **Node.js version:** 18 **OS version:** Ubuntu (Docker) **Description:** After discovering that class functions cannot be used for the scheduler jobs, I created a top-level function and...
This PR is fixing the example about the event listening part. `bree.worker` is undefined, it should be replaced with `bree.workers`. ## Checklist - [x] I have ensured my pull request...
## Describe the bug **Node.js version:** 20.14.0 **OS version:** Windows 11 Pro 23H2 **Description:** The discord.js client cannot be passed through `workerData`. I have to do this, because I need...
I'm getting the logs suffixed by `undefined` for a simple job and I guess it's not intended. What might that be? ``` backend:dev: Worker for job "syncRequisitions" online undefined backend:dev:...
## electron + bree.js, package windows app, but the job doesn't work. **Node.js version:** 20.14.0 **OS version:** Windows 11 Home Edition **Description:** but it works fine on Mac OS. just...
## Describe the bug **Node.js version:** **OS version:** **Description:** cron-validation released a new [1.5.0](https://github.com/Airfooox/cron-validate/releases/tag/v1.5.0) version 4 days ago Need to change ```ts const cron = require('cron-validate'); ``` to ```ts const...
Update cron-validate to latest version ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ moderate │ Babel has inefficient RegExp complexity in generated │ │ │ code with .replace when transpiling named capturing │ │ │...