qu
Job scheduler
A Ruby library for queuing and processing background jobs with multiple backends and resque-like API
a Ruby library for queuing and processing background jobs.
505 stars
9 watching
50 forks
Language: Ruby
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Supports scheduling of future job runs in a background job system | 1,737 |
| A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
| An asynchronous task queue system for Ruby applications | 2,149 |
| A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing. | 430 |
| Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
| A minimalistic job system for Swift backends | 295 |
| Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| Provides Django integration with Redis-based queuing for background jobs | 1,855 |
| Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
| A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 412 |
| A system for ordering and processing background jobs to prevent common issues like message reordering and deadlocks | 142 |
| A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
| A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |