delayed_job logo

delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
51
64
+ 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
37 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.
Hangfire
It is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don't want to put in your request processing pipeline. It supports all kind of background tasks – short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.
Beanstalkd
Beanstalks's interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.
See all alternatives

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