Replies: 1 comment
-
We try to send as little data as possible in the events as this has an impact on performance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need to "broadcast" an event on job completion/failure, and I need to access an attribute associated with the job in the listeners.
I am planning to use QueueEvents for this, because as I understand, they are received by all the listeners, not just a single one (like a job).
My problem is, that the QueueEventsListener methods only receive the jobId.
So as I see my current options are:
As I see, all of them can work, but none of them are really nice.
The feature I would prefer is:
Or is there some other option I am overlooking?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions