delayed_job
Background execution system
Asynchronously executes long-running tasks in the background.
Database based asynchronous priority queue system -- Extracted from Shopify
5k stars
74 watching
954 forks
Language: Ruby
last commit: 13 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bensheldon/good_job | A multithreaded, Postgres-based Active Job backend for Ruby on Rails designed to be simple and performant for most workloads. | 2,699 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
nunommc/acts_as_tenant-delayed_job | A gem that integrates Delayed Job with ActsAsTenant to allow jobs to run in the context of the tenant that enqueued them. | 2 |
shopify/job-iteration | Makes jobs interruptible and resumable by design. | 1,143 |
apache/shardingsphere-elasticjob | A distributed job scheduling solution that automates task execution and management in a decentralized environment. | 8,141 |
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 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,432 |
fatkodima/sidekiq-iteration | Makes long-running Sidekiq jobs interruptible and resumable to prevent data loss on interruptions | 272 |
path/android-priority-jobqueue | A framework to schedule and manage background tasks in Android applications | 2,407 |
yigit/android-priority-jobqueue | A Job Queue implementation specifically designed for Android to schedule tasks that run in the background. | 3,400 |
rails/solid_queue | A Ruby-based queuing backend for Active Job with support for multiple features and databases. | 1,938 |
agenda/agenda | A lightweight job scheduling solution with MongoDB support and TypeScript implementation. | 9,400 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
pedrofurtado/timeliness-i18n | Provides translations for Rails gems related to time and validation | 16 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 765 |