job runners

Apr 17, 2024

good_job

https://github.com/bensheldon/good_job

Inspired by Delayed::Job and Que, GoodJob is designed for maximum compatibility with Ruby on Rails, ActiveJob, and Postgres to be simple and performant for most workloads.

sidekiq

https://github.com/mperham/sidekiq

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.

Requires redis (IIRC), and has the largest community of all rails job runners

que

https://github.com/que-rb/que

What we use on people app. Simple and gets the job done with postgres.

delayed_job

https://github.com/collectiveidea/delayed_job

Not dead, but pining for the fjords per the author on news.yc

faktory

https://contribsys.com/faktory/
https://github.com/contribsys/faktory

From the people (er, Mike Perham) that brought you sidekiq, faktory is a language-agnostic job server. Like sidekiq, has an OSS and a Pro level; you need pro to get cron jobs, statsd metrics, and all kinds of other stuff you're probably going to want.

↑ up