rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple Solid Queue servers and adapters

rosa opened this issue · comments

Right now, this is allowed only for Resque, via Resque::ThreadSafeRedis and Adapter#activating, but not for Solid Queue. The idea would be to allow multiple Solid Queue adapters, each one pointing to its own DB configuration, in a similar way to this.