an opinionated implementation of resque in node
Resque Queue for AdonisJS v6
Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise
Protects screens in your app from being captured or recorded, and notifies if a screenshot is taken.
A resque administration website for actionhero
Download file in background or foreground
τ (tau = 2π): Quality-of-Life Extension for pi. Background tasks, notifications, pill-bar status, task management, and web browsing.
**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
an implementation of resquebus in node
Executor plugin for Screwdriver using Resque
Coffeescript/Node.js port of Resque
Node resque.
an opinionated implementation of resque in node
Ummon is a Node.js application for queuing, running, and monitoring tasks
Resque support for sails.js v1.0
Receive geolocation updates even while the app is in the background.
Haraka plugin that act as a queue and perform REST post to a remote url
Creates queue worker(s)
Redis and Resque admin dashboard plugin for Keryx
React Native audio player with reliable iOS background playback. Media controls, queue, hooks. Built for stability and long-running playback.
Resque Queue for AdonisJS v6
MCP GM - Code execution tool for MCP clients. Multi-language support (JS/TS, Go, Rust, Python, C/C++, bash). Works with Claude Code, Cursor, Copilot, VSCode.
extract node-resque data
A resque worker implementation that unzips the ZIP artifacts.
Execute any ActiveRecord Model method in the background
Allow you to quickly move a long call to background which then executed by resque
Process your Paperclip attachments in the background using Mongoid and Resque. Loosely based on delayed_paperclip and mongoid-paperclip.
A simple interface over several background job libraries like Resque, Sidekiq and DelayedJob.
Resque-based background worker to send Apple Push Notifications over a persistent TCP socket. Includes Resque tweaks to allow persistent sockets between jobs, helper methods for enqueueing APN notifications, and a background daemon to send them.
ensure active record connections are valid before performing resque background jobs
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Make your custom reports to CSV in background using Resque with simple DSL
Instant queue. Background processing and message driven communication tool. Faster and simplier alternative to Resque.
Resque-based background worker to send Apple Push Notifications over a persistent TCP socket. Includes Resque tweaks to allow persistent sockets between jobs, helper methods for enqueueing APN notifications, and a background daemon to send them. Original gem by Kali Donovan and modified by Sentia.
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.
Background worker to send Apple Push Notifications over a persistent TCP socket. Includes Resque tweaks to allow persistent sockets between jobs, helper methods for enqueueing APN notifications, and a background daemon to send them.