laravel / telescope

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

add config option for queue #1469

Closed ariaieboy closed 2 months ago

ariaieboy commented 2 months ago

In V4 telescope introduces a new job that uses the queue system to fix the pending jobs problem https://github.com/laravel/telescope/pull/1349

This job uses the default queue of your application.

Sometimes this JOB can make thousands of pending jobs in your queue. and block your important jobs.

With this PR we can change the telescope queue and connection to something else and manage this jobs in a separate queue.

There are multiple request about this feature before here: https://github.com/laravel/telescope/issues/1459 https://github.com/laravel/telescope/issues/1392 https://github.com/laravel/telescope/pull/1393 https://github.com/laravel/telescope/issues/1377

driesvints commented 2 months ago

Please add a thorough explanation why this is needed so the people who review the PR know what this is about. Thanks.