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 to the Job self dispatch #1478

Closed ariaieboy closed 4 months ago

ariaieboy commented 4 months ago

In the src/Jobs/ProcessPendingUpdates.php we conditionally dispatch the job but we don't use the queue options introduced in https://github.com/laravel/telescope/pull/1469 This PR fixes this.