Skip to content

Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null - #53962

Merged
taylorotwell merged 1 commit into
laravel:11.xfrom
rudenav:fix-firing-job-popped-event
Dec 18, 2024
Merged

Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null#53962
taylorotwell merged 1 commit into
laravel:11.xfrom
rudenav:fix-firing-job-popped-event

Conversation

@rudenav

@rudenav rudenav commented Dec 18, 2024

Copy link
Copy Markdown
Contributor

When $popCallbacks is assigned to the Illuminate\Queue\Worker class and it returns null the JobPopped event is fired with $job value null

@rudenav rudenav changed the title Queue Worker: firing the JobPopped event when $popCallbacks returns null Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null Dec 18, 2024
@taylorotwell
taylorotwell merged commit 1f73ec9 into laravel:11.x Dec 18, 2024
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