delayed_job
Task scheduler
An asynchronous task queue system for Ruby applications
Database backed asynchronous priority queue -- Extracted from Shopify
2k stars
28 watching
1k forks
Language: Ruby
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 505 |
| A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |
| Supports scheduling of future job runs in a background job system | 1,737 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
| A library that provides a controlled way to manage and schedule background tasks in asynchronous applications | 856 |
| 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 task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
| A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing. | 430 |
| An asynchronous task scheduling library written in Rust. | 31 |
| Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
| An asynchronous job manager with light code and clear features | 10 |
| A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 757 |