Active Job Tracker
ActiveJobTracker provides a way to track the progress of ActiveJob jobs
No ratings yet
- Gem
- active_job_tracker
- Repository
- seenasabti/active_job_tracker
- License
- MIT
- Stars
- 52
- Added
- August 15, 2026
About
ActiveJobTracker provides a way to track the progress of ActiveJob jobs.
ActiveJobTracker provides persisted, real-time tracking and monitoring of ActiveJob jobs in Ruby on Rails applications. It allows you to track job status, progress, and errors with a simple API and real-time UI updates via ActionCable.
What you get
- Track job status (pending, running, completed, failed)
- Monitor job progress with percentage completion
- Real-time UI updates via ActionCable
- Error tracking and reporting
- Efficient progress write-behind caching to minimize database updates
- Configurable options
Installing it
ruby
# Gemfile
gem "active_job_tracker"
Details
52 stars on GitHub · MIT licensed · maintained by seenasabti. Source: https://github.com/seenasabti/active_job_tracker
Discussion (0)
Sign in to join the discussion.
No comments yet.