Intent Bus is a lightweight, distributed job coordinator designed for developers who want reliable task execution without managing broker infrastructure.
Cost / License
- Free
- Open Source (MIT)
Platforms
- Mac
- Windows
- Linux
- Python


Delayed::Job is described as 'Database based asynchronous priority queue system -- Extracted from Shopify - collectiveidea/delayed_job' and is an app. There are seven alternatives to Delayed::Job for a variety of platforms, including Mac, Windows, Linux, Self-Hosted and Ruby apps. The best Delayed::Job alternative is Intent Bus, which is both free and Open Source. Other great apps like Delayed::Job are sidekiq, Spooled Cloud, cTRL Server and Resque.
Intent Bus is a lightweight, distributed job coordinator designed for developers who want reliable task execution without managing broker infrastructure.


Simple, efficient background processing for Ruby. 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 to make background processing dead simple.

Spooled is a high-performance, multi-tenant job queue system designed for reliability, observability, and horizontal scalability.

cTRL is a server for remote execution of pending tasks and commands in real time, supporting a queue with continuous thread limiting and throttling.
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.