Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add config option for queue #1469

Merged
merged 2 commits into from
Apr 19, 2024
Merged

add config option for queue #1469

merged 2 commits into from
Apr 19, 2024

Conversation

ariaieboy
Copy link
Contributor

@ariaieboy ariaieboy commented Apr 17, 2024

In V4 telescope introduces a new job that uses the queue system to fix the pending jobs problem #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:
#1459
#1392
#1393
#1377

@driesvints
Copy link
Member

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

@taylorotwell taylorotwell merged commit fdea38c into laravel:5.x Apr 19, 2024
11 of 12 checks passed
@ariaieboy ariaieboy deleted the patch branch April 19, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants