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

[4.x] Fixes unexpected jobs on Vapor #1363

Merged
merged 2 commits into from
Jul 13, 2023
Merged

[4.x] Fixes unexpected jobs on Vapor #1363

merged 2 commits into from
Jul 13, 2023

Conversation

nunomaduro
Copy link
Member

Due to the nature of Laravel Vapor, which often processes jobs more quickly than the HTTP response, there is a small likelihood of this change dispatching more jobs than a regular server. Therefore, it would be better to disable this feature on Vapor.

@taylorotwell taylorotwell merged commit 5d74ae4 into 4.x Jul 13, 2023
9 checks passed
@taylorotwell taylorotwell deleted the fix/unexpected-jobs branch July 13, 2023 20:06
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.

2 participants