Skip to content
railsengines.com

Active Job Log

Rails engine to register jobs history, adding: job state, error feedback, duration, etc

No ratings yet
Gem
active_job_log
Repository
platanus/active_job_log
License
MIT
Stars
20
Added
August 10, 2026

About

Rails engine to register jobs history, adding: job state, error feedback, duration, etc.

What you get

  • status:
  • queued: the job is queued but not executed yet.
  • pending: the job is being executed.
  • finished: the job ended satisfactorily.
  • failed: the job ended with errors.

Installing it

ruby
# Gemfile
gem "active_job_log"

Details

20 stars on GitHub · MIT licensed · maintained by platanus. Source: https://github.com/platanus/active_job_log

Discussion (0)

Sign in to join the discussion.

No comments yet.