ConversionHasBeenCompleted is not called on a queued conversion #3683
Unanswered
richardhulbert
asked this question in
Q&A
Replies: 1 comment
-
So it looks from your logs like the event is being fired. You could then called Alternatively, if you truly mean broadcasting as in websockets, then make MediaStore Notifiable and send a notification to it. Then anyone listening to that channel who can subscribe will be notified. |
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
-
Discussed in #3678
Originally posted by richardhulbert July 24, 2024
Hi
So I have a model called MediaStore and the following:
When I add media in the controller like this:
The thumb is generated straight away and the ResponsiveImages conversion is sent to the queue. I would expect both conversions to generate ConversionHasBeenCompleted events but this does NOT seems to be the case.
my listener:
results in this in the log
I want to broadcast to the MediaStore that a new piece of media is ready to be used.
Ideas?
Beta Was this translation helpful? Give feedback.
All reactions