resque-scheduler
Job scheduler
Supports scheduling of future job runs in a background job system
A light-weight job scheduling system built on top of Resque
2k stars
31 watching
482 forks
Language: Ruby
last commit: 4 months ago
Linked from 3 awesome lists
background-jobsqueuescheduler
Related projects:
Repository | Description | Stars |
---|---|---|
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,447 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,432 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
shopify/job-iteration | Makes jobs interruptible and resumable by design. | 1,143 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
nesquena/backburner | A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing. | 429 |
vikeri/react-native-background-job | Allows scheduling of JavaScript jobs to run in the background or foreground of a React Native app. | 747 |
rails/solid_queue | A Ruby-based queuing backend for Active Job with support for multiple features and databases. | 1,938 |