Skip to content

[13.x] Make QueueBusy event consistent with other queue events #56673

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

Merged

Conversation

AhmedAlaa4611
Copy link
Contributor

Description

In the QueueBusy event, the $connection property currently holds the connection name. However, all other queue events like JobProcessed, JobFailed, etc. use $connectionName for this property.

This PR updates QueueBusy to use $connectionName for consistency with the rest of the queue events and to avoid confusion that $connection might be an actual connection instance.

Since this is a breaking change, it is being reintroduced for the next release where breaking changes are acceptable.

@AhmedAlaa4611
Copy link
Contributor Author

I believe the failing tests will be resolved once 12.x is merged into 13.x.

@taylorotwell taylorotwell merged commit f4f9156 into laravel:master Aug 17, 2025
19 of 54 checks passed
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