Need advice about which tool to choose?Ask the StackShare community!

Bull

74
113
+ 1
4
delayed_job

51
64
+ 1
6
Add tool

Bull vs delayed_job: What are the differences?

What is Bull? Premium Queue package for handling jobs and messages in NodeJS. The fastest, most reliable, Redis-based queue for Node Carefully written for rock solid stability and atomicity.

.

What is delayed_job? Database backed asynchronous priority queue -- Extracted from Shopify. 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.

Bull and delayed_job can be categorized as "Background Processing" tools.

Bull and delayedjob are both open source tools. It seems that Bull with 5.95K GitHub stars and 584 forks on GitHub has more adoption than delayedjob with 4.46K GitHub stars and 915 GitHub forks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Bull
Pros of delayed_job
  • 2
    Automatic recovery from process crashes
  • 1
    Ease of use
  • 1
    Based on Redis
  • 3
    Easy to get started
  • 2
    Reliable
  • 1
    Doesn't require Redis

Sign up to add or upvote prosMake informed product decisions

What is Bull?

The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and atomicity.

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.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Bull?
What companies use delayed_job?
See which teams inside your own company are using Bull or delayed_job.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Bull?
What tools integrate with delayed_job?
    No integrations found

    Blog Posts

    JavaScriptGitHubNode.js+29
    14
    13423
    What are some alternatives to Bull and delayed_job?
    Buffalo
    Buffalo is Go web framework. Yeah, I hate the word "framework" too! Buffalo is different though. Buffalo doesn't want to re-invent wheels like routing and templating. Buffalo is glue that wraps all of the best packages available and makes them all play nicely together.
    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.
    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.
    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.
    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