oxen-queue icon indicating copy to clipboard operation
oxen-queue copied to clipboard

A simple and reliable job queue backed by mySQL

Results 7 oxen-queue issues
Sort by recently updated
recently updated
newest added

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hi, It would be great if there was a function to get a job by it's `unique_key` and one to get pending all jobs in the queue. After which you...

`COLLATE=utf8mb4_0900_ai_ci` is not available on MariaDB on my Mac for example. Best to use `utf8_unicode_ci` imho.

Instead of making the user call the method `createTable()`, the library could check if the table exists once connected and then call this function internally if not. ```javascript await ox.createTable()...

idea

It would be amazing to have a max retry count to pass along with recover_stuck_jobs=true to avoid bad jobs that are looping forever.