bree icon indicating copy to clipboard operation
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.

Results 36 bree issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

bug

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...

enhancement

## 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...

bug

## 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...

bug

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...

bug

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...

bug

## 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...

bug

Update cron-validate to latest version ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ moderate │ Babel has inefficient RegExp complexity in generated │ │ │ code with .replace when transpiling named capturing │ │ │...

bug