rails / solid_queue

Database-backed Active Job backend
MIT License
1.84k stars 110 forks source link

Rely on `ActiveSupport::Notifications` and `ActiveSupport::LogSubscriber` for logging and instrumentation #208

Closed rosa closed 5 months ago

rosa commented 5 months ago

This includes the basics to make it work, plus instrumentation for the most relevant actions.

Closes #103.