delayed_job

Background execution system

Asynchronously executes long-running tasks in the background.

Database based asynchronous priority queue system -- Extracted from Shopify

GitHub

5k stars
74 watching
954 forks
Language: Ruby
last commit: 2 months ago
Linked from 2 awesome lists


Backlinks from these 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,729
tobi/delayed_job An asynchronous task queue system for Ruby applications 2,149
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,159
apache/shardingsphere-elasticjob A distributed job scheduling solution that automates task execution and management in a decentralized environment. 8,152
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. 412
resque/resque A Redis-backed Ruby library for managing background tasks and jobs. 9,443
fatkodima/sidekiq-iteration Makes long-running Sidekiq jobs interruptible and resumable to prevent data loss on interruptions 274
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,396
rails/solid_queue A database-backed Active Job queuing backend with support for various features and integration with Ruby on Rails 1,986
agenda/agenda A lightweight job scheduling solution with MongoDB support and TypeScript implementation. 9,419
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. 763