ConversionHasBeenCompleted is not called on a queued conversion #3678
Unanswered
richardhulbert
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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