romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
693 stars 91 forks source link

Make it so that connection is configurable for use cases with multiple DBs #73

Closed raavus-funkmaster closed 3 years ago

raavus-funkmaster commented 3 years ago

I set the connection in the Monitor model constructor just like the table. I used the 'default' connection for the base queue-monitor config since that is what it will be for most people, but it can be changed to whichever connection the developer desires.

romanzipp commented 3 years ago

Thanks!