rails / solid_queue

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

Handle nil logger situation #211

Closed cardmagic closed 5 months ago

cardmagic commented 5 months ago

There are times when ActiveRecord::Base.logger is set to nil and solid_queue should handle those times gracefully.

rosa commented 5 months ago

Thanks @cardmagic! This is already handled by https://github.com/rails/solid_queue/pull/175, I need to merge that one.