laravel / telescope

An elegant debug assistant for the Laravel framework.

Home Page:https://laravel.com/docs/telescope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to set queue for ProcessPendingUpdates

ZacharyDuBois opened this issue · comments

It would be nice to be able to specify the queue that the ProcessPendingUpdates job would be pushed to.

Something like just another static setter like Telescope::useQueue('low'); into the TelescopeServiceProvider.

Issue I am running into is a job batch that could dispatch a few thousand jobs but these keep mixing themselves in causing it to run slower than it would. Since Telescope is a debug tool, it shouldn't impact the performance of what is happening elsewhere (at least IMO).

I might be able to contribute something this weekend.

Hi @ZacharyDuBois. Could you attempt a PR? Then Taylor can review it and see if we can get this in. Thanks!

Sure, hopefully I can find some time this weekend to do it. Sadly my employer won't allow me to contribute during the work day.