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

[1.x] Correct queued listeners' "queue" name #313

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

timacdonald
Copy link
Member

@timacdonald timacdonald commented Feb 13, 2024

Fixes #305

Queued listeners do not have their $queue property set. We need to manually resolve the value from the nested listener instance as they are wrapped in a CallQueuedListener instance.

This is a similar approach taken in the Event dispatcher class.

@timacdonald timacdonald changed the title [1.x] Queued listeners [1.x] Correct queued listeners' "queue" name Feb 13, 2024
@taylorotwell taylorotwell merged commit fa9aedb into 1.x Feb 13, 2024
12 checks passed
@taylorotwell taylorotwell deleted the queued-listeners branch February 13, 2024 14:51
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.

Queued listener on secondary queue is also being displayed on the default queue graph under 'Queues' card
2 participants