laravel / telescope

An elegant debug assistant for the Laravel framework.
https://laravel.com/docs/telescope
MIT License
4.84k stars 577 forks source link

add queue connection customization #1466

Closed ariaieboy closed 5 months ago

ariaieboy commented 5 months ago

The ProcessPendingUpdates job uses the application's default queue and is not customizable. I've added two new methods useConnection and useQueue that we can use to customize the queue that we are going to use to dispatch the update job.

taylorotwell commented 5 months ago

Can we use a config value instead?