an opinionated implementation of resque in node
A fast, efficient Node.js Worker Thread Pool implementation
**Distributed delayed jobs in nodejs**. Resque is a background job system backed by [Redis](http://redis.io) (version 2.6.0 and up required). It includes priority queues, plugins, locking, delayed jobs, and more! This project is a very opinionated but API
Next-generation take on pre/post function hooks
Extending the Jest default runner to run tests serially by default
A pure JavaScript implementation of MODBUS-RTU (Serial and TCP) for NodeJS. The serialport package is an optional dependency (use npm install --no-optional to skip).
Drizzle Kit is a CLI migrator tool for Drizzle ORM. It is probably the one and only tool that lets you completely automatically generate SQL migrations and covers ~95% of the common cases like deletions and renames by prompting user input. <https://github
TypeScript definitions for w3c-web-serial
Auto-reconnect and round robin support for amqplib.
A Node.js library for interacting with the Vercel Queue Service API
Resque Queue for AdonisJS v6
Serial queue module.
Connects queues to Taskforce
linter for PostgreSQL, focused on migrations
concurrent or serial run npm scripts, javascript tasks, and more
This repository contains a Javascript implementation of [esptool](https://github.com/espressif/esptool), a serial flasher utility for Espressif chips. `esptool-js` is based on [Web Serial API](https://wicg.github.io/serial/) and works in Google Chrome and
an implementation of resquebus in node
Microsoft Azure Storage SDK for JavaScript - Queue
TypeScript definitions for dom-serial
A light weight JavaScript task queue
Node resque.
Reactive dataflow processing.
Node-RED nodes to talk to serial ports
A resque administration website for actionhero
Declare resque queues serial and jobs in that queue will be run in serial mode
The plugin is designed for sequential running of different jobs in the same queue across multiple queues. Specifically meant for running a variety of long-running background tasks scheduled ahead of time using something like reque-scheduler. May not be suitable for large scale operations.
Allow resque to serialize consumption from queues based on a key.
Have you ever had a class whose instances required a series of background tasks to run serially, strictly one after another? Than Serially is for you. Declare the tasks using a simple DSL in the order you want them to to run. The tasks for each instance will run inside a separate Resque job, in a queue you specify. The next task will run only if the previous one has finished successfully. All task runs are written to DB and can be inspected.