Software Alternatives, Accelerators & Startups
Table of contents
  1. Social Mentions
  2. Comments

delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify - collectiveidea/delayed_job.

delayed_job Reviews and details

Screenshots and images

  • delayed_job Landing page
    Landing page //
    2022-11-02

Features & Specs

  1. Simplicity

    Delayed_job is easy to set up and use, especially for small to medium-sized projects. It integrates seamlessly with Rails applications and allows you to quickly configure and run background jobs without much overhead.

  2. Database-backed

    Since delayed_job relies on your existing database to store job information, it doesn't require additional infrastructure. This can be an advantage for teams with limited resources or those who prefer not to manage additional services.

  3. Rails Integration

    Delayed_job is well-integrated with Rails, making it a good choice for Rails applications. It supports ActiveRecord and provides Rails-specific features like hooks and logging.

  4. Mature and Proven

    Delayed_job has been around for a long time and is considered stable and reliable. It has a large user base and a wealth of community resources, including plugins and extensions.

Badges

Promote delayed_job. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for delayed_job yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about delayed_job and what they use it for.
  • What are some popular background job processing libraries for Rails (e.g., Sidekiq, Delayed Job)?
    Delayed Job is one of the earliest job processing libraries in the Rails ecosystem. It leverages Active Record to store jobs in the database. - Source: dev.to / 4 months ago
  • Squash Your Ruby and Rails Bugs Faster
    Let's look at an example using Delayed Job, a popular and easy-to-manage queueing backend for Active Job. Delayed Job provides a setting to enable queueing. By default, the setting is true and jobs are queued as per usual. However, if set to false, jobs run immediately. - Source: dev.to / 8 months ago
  • It’s Time For Active Job
    It is hard to imagine any big and complex Rails project without background jobs processing. There are many gems for this task: **Delayed Job, Sidekiq, Resque, SuckerPunch** and more. And Active Job has arrived here to rule them all. - Source: dev.to / 11 months ago
  • DelayedJob and PG Error No Connection to Server
    Obviously, that is not what I’ve expected from Delayed::Job workers. So I took the shovel and started digging into git history. Since the last release the only significant modification has been made in the internationalization. We’ve moved to I18n-active_record backend to grant the privilege to modify translations not only to developers but also to highly-educated mere mortals. - Source: dev.to / 11 months ago
  • How to run a really long task from a Rails web request
    So how do we trigger such a long-running process from a Rails request? The first option that comes to mind is a background job run by some of the queuing back-ends such as Sidekiq, Resque or DelayedJob, possibly governed by ActiveJob. While this would surely work, the problem with all these solutions is that they usually have a limited number of workers available on the server and we didn’t want to potentially... - Source: dev.to / about 3 years ago
  • Delayed Job vs. Sidekiq: Which Is Better?
    Several gems support job queues and background processing in the Rails world — Delayed Job and Sidekiq being the two most popular ones. - Source: dev.to / about 3 years ago
  • Why does rails have a tradition of queuing background jobs in a separate NoSQL store, when both the queueing controller and the job class tend to hammer the main database anyway?
    Back in the day, before Sidekiq and such, we used Delayed Job https://github.com/collectiveidea/delayed_job. Source: over 3 years ago
  • A quick look at background jobs in Ruby
    There are a few of popular systems. A few need a database, such as Delayed::Job, while others prefer Redis, such as Resque and Sidekiq. - Source: dev.to / about 4 years ago

Do you know an article comparing delayed_job to other products?
Suggest a link to a post with product alternatives.

Suggest an article

delayed_job discussion

Log in or Post with

This is an informative page about delayed_job. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.