You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Or perhaps I'm expecting the conversion to be synchronous, and it's not?
I've got the below code, which successfully converts a file and uploads it to S3. However, $thumbUrl is returning a URL before the upload is complete, meaning my returned image thumbnail 404s.
Is this intended behaviour? If so, is there a way to have it run synchronously? This whole process is already on a queue, so it's probably excessive to queue from within a queue...
Or perhaps I'm expecting the conversion to be synchronous, and it's not?
I've got the below code, which successfully converts a file and uploads it to S3. However, $thumbUrl is returning a URL before the upload is complete, meaning my returned image thumbnail 404s.
Is this intended behaviour? If so, is there a way to have it run synchronously? This whole process is already on a queue, so it's probably excessive to queue from within a queue...
The text was updated successfully, but these errors were encountered: