An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.2% on gem.coop
Top 0.5% downloads on gem.coop

gem.coop : resque

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.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:gem/resque?repository_url=https://gem.coop
Keywords: asynchronous-tasks , asynctask , background-jobs , background-service , background-worker , job-management , job-queue , job-scheduler , queue , ruby
License: MIT
Latest release: 12 months ago
First release: about 16 years ago
Downloads: 49,880,347 total
Stars: 9,473 on GitHub
Forks: 1,662 on GitHub
Docker dependents: 73
Docker downloads: 443,313
Total Commits: 1497
Committers: 300
Average commits per author: 4.99
Development Distribution Score (DDS): 0.587
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/iloveitaly
Last synced: about 12 hours ago

    Loading...
    Readme
    Loading...