an opinionated implementation of resque in node
Wrapper library for directory and file watching.
Lumino Polling
Resque Queue for AdonisJS v6
A simple poll function based on async, await, and an infinite loop
Try repeatedly for a promise to be resolved
Isomorphic client library for supporting long-running operations in node.js and browser.
Utility fucntions for managing web requests for ethers.
Polling Controller is the base for controllers that polling by networkClientId
handy promised-based polling API
This is the implementation of the Profiler for iOS app. It uses [py-ios-device](https://github.com/YueChen-C/py-ios-device) to poll CPU, RAM and FPS data in real time.
A resque administration website for actionhero
Reader-facing vote/poll widget extension
an implementation of resquebus in node
**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
JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native
Redis and Resque admin dashboard plugin for Keryx
Coffeescript/Node.js port of Resque
TypeScript SDK for daily on-chain polls on the Stacks blockchain — propose options, cast votes, tally results.
A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs
Executor plugin for Screwdriver using Resque
Node resque.
A promised based time bomb poller
Fast heap-based priority queue in JavaScript
A resque-based web poller
This engine provides a way to poll resque jobs for their status and display to the user.
Redimap provides a simple executable for polling mailboxes within an IMAP account. It keeps track of what it's seen using Redis. For new messages, the mailbox and uid are queued in Redis. The queue format should be compatible with Resque and Sidekiq.
StatefulJobs is a Resque based library which allows you to integrate responsive background jobs in a very easy way. StatefulJobs wraps an ActiveRecord Model around a set of jobs and adds a polling mechanism to your frontend to get your users noticed about the state of their tasks. Very useful for: * background jobs which provide its state to the frontend * background jobs which need user interaction between several steps * a set of jobs which share process information All these jobs can either be implemented as a separate Class or inline with just a handy Proc.