Skip to content
railsengines.com

Jobbr

Rails engine to manage and supervise your batch jobs. Based on sidekiq

No ratings yet
Gem
jobbr
Repository
cblavier/jobbr
License
MIT
Stars
34
Added
August 13, 2026

About

Rails engine to manage and supervise your batch jobs. Based on sidekiq.

Jobbr is a Rails engine for supervising your delayed jobs and scheduled jobs (think Cron). Delayed jobs will run using sidekiq.

What you get

  • Sidekiq: the background processing framework used to run delayed jobs.
  • Redis: all jobs & logs are stored in Redis for supervision.
  • Whenever: Jobbr uses {Whenever}[https://github.com/javan/whenever] gem to automatically updates Crontab during deployment.

Mounting it

ruby
# Gemfile
gem "jobbr"

# config/routes.rb
mount Jobbr::Engine, at: "/jobbr"

Details

34 stars on GitHub · MIT licensed · maintained by cblavier. Source: https://github.com/cblavier/jobbr

Discussion (0)

Sign in to join the discussion.

No comments yet.