delayed_job logo

delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
52
65
+ 1
6

What is delayed_job?

Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
delayed_job is a tool in the Background Processing category of a tech stack.
delayed_job is an open source tool with 4.8K GitHub stars and 954 GitHub forks. Here’s a link to delayed_job's open source repository on GitHub

Who uses delayed_job?

Companies
13 companies reportedly use delayed_job in their tech stacks, including gemini, feedforce Inc., and Open Food Network UK.

Developers
38 developers on StackShare have stated that they use delayed_job.
Pros of delayed_job
3
Easy to get started
2
Reliable
1
Doesn't require Redis

delayed_job Alternatives & Comparisons

What are some alternatives to delayed_job?
Sidekiq
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.
RabbitMQ
RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
Resque
Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
See all alternatives

delayed_job's Followers
65 developers follow delayed_job to keep up with related blogs and decisions.