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.
## Problem Test [coverage is turned off](https://github.com/breejs/bree/blob/ef8a363df0bf4652cf027d4ed1d54a9f85f0d465/src/index.js#L655-L657) for `messageerror` events with a comment to fix it: > // NOTE: you cannot catch messageerror since it is a Node internal //...
## Describe the bug **Node.js version:** v16.17.0 **OS version:** Docker node:16-bullseye-slim **Description:** Just started using Bree to schedule some jobs inside a Docker container. Today I was working on a...
## Describe the bug **Node.js version:** 20 **OS version:** n/a — happens on both mac and linux **Description:** When the main Bree process is terminated with `ctrl+c` (SIGINT), using `graceful`,...
## Describe the bug **Node.js version:** 20.11.x **OS version:** Alpine 3.18 **Description:** I have a job that is scheduled to run "every 1 minute" and takes about 5 seconds to...
The Bree Job not able to resolve the dependencies and throwing JS errors which are potentially referring to JS compiled code (not the actual code). May be the alias resolving...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Hello, I am using Bree to execute Cron 1 which ingests data from an API to my DB. Cron 2 then executes and uses DB data to spawn several workers...
Hello my cron job definition is '0 35 17 * * *' so, it should run once a day at 17:35 to prevent maybe an other bug (because job starts...
## Describe the bug **Node.js version:** 18.16 **OS version:** Win11 (WSL) **Description:** The bug is on the start function, when calling start on already started project, the app will fail...
Hi all, We have a quite complex platform to ingest sports data. We need to find (or develop) a tool which would be able to: - start a long running...