How to know when media is processed? #2915
-
I'm building an image board. The post gets published immediately, but because the media has not processed yet, the post will have broken (missing) media URLs. Is there any way to check if the media has been already processed? Is there an event or something similar? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Use sync instead of queue for posts |
Beta Was this translation helpful? Give feedback.
-
I ended up adding a column to the “Media” migration called “status”. Which is updated when all media processing is done. |
Beta Was this translation helpful? Give feedback.
I ended up adding a column to the “Media” migration called “status”. Which is updated when all media processing is done.