an opinionated implementation of resque in node
micromark extension to support GFM task list items
mdast extension to parse and serialize GFM task list items
A shim for the setImmediate efficient script yielding API
Resque Queue for AdonisJS v6
A simple tool to keep requests to be executed in order.
High-priority task queue for Node.js and browsers
task item extension for tiptap
task list extension for tiptap
Ummon is a Node.js application for queuing, running, and monitoring tasks
High-priority task queue for Node.js and browsers
MediaPipe Vision Tasks
A markdown-it plugin to create GitHub-style task lists
A fast, efficient Node.js Worker Thread Pool implementation
No description provided.
List of ML tasks for huggingface.co/tasks
💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.
Task and Message Queues with Multiple Providers
Node resque.
**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
TypeScript definitions for undertaker-registry
In memory queue system prioritizing tasks
Expo module that provides support for tasks that can run in the background.
A Lightweight Task Scheduler for Node.js
Helper for listing and viewing resque tasks at their various stages
Rake tasks and such for Resque
Just add 'resque:scale:up' 'resque:scale:down' tasks to your cron and enjoy autoscaling
Capistrano plugin that integrates Resque server tasks.
Capistrano3 tasks for manage resque via runit supervisor.
Run Rake tasks via a Resque worker. Rails startup is slow, hence Rake is too. It's already loaded into Resque so let’s use it from there
The railtie for setup resque. It provides an initializer and rake tasks.
add rake task for resque to await DB migration of activerecord
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.
To manage complexe background job processes, this gem simplify the task of creating sequences of Resque jobs by putting them into a tree.
A Resque plugin to add functionality to pause resque jobs through the web interface. Using a `pause` allows you to stop the job for a slice of time. The job finish the process it are doing and don't get a new task to do, until the queue is released. You can use this functionality to do some maintenance whithout kill workers, for example.
Em-resque is a version of Resque, which offers non-blocking and non-forking workers. The idea is to have fast as possible workers for tasks with lots of IO like pinging third party servers or hitting the database. The async worker is using fibers through Synchrony library to reduce the amount of callback functions. There's one fiber for worker and if one of the workers is blocking, it will block all the workers at the same time. The idea to use this version and not the regular Resque is to reduce the amount of SQL connections for high-load services. Using one process for many workers gives a better control to the amount of SQL connections. For using Resque please refer the original project. https://github.com/defunkt/resque/ The library adds two rake tasks over Resque: * resque:work_async for working inside the EventMachine
No description provided.
No description provided.
No description provided.