Delayed Job is a Ruby background-processing library designed to move long-running work out of the request cycle and into an asynchronous job queue. It was extracted from Shopify and is built around a database-backed jobs table rather than a separate queueing service. The system stores serialized Ruby objects that respond to a perform method, then workers pull and execute those jobs later. It supports priority, scheduled execution, retries, failure tracking, locking, and multiple workers across machines. Developers can enqueue explicit job objects or use send_later to delay method execution on existing objects. It is best suited for Rails and Ruby applications that need a simple, persistent background job system for emails, imports, downloads, indexing, and batch work.

Features

  • Database-backed job queue
  • Asynchronous background processing
  • Priority-based job execution
  • Retry and failure handling
  • Scheduled job execution
  • Multiple worker support

Project Samples

Project Activity

See All Activity >

Categories

Database

License

MIT License

Follow Delayed::Job

Delayed::Job Web Site

Other Useful Business Software
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Delayed::Job!

Additional Project Details

Programming Language

Ruby

Related Categories

Ruby Database Software

Registered

3 days ago