Replies: 1 comment 1 reply
-
There are no similar reports for this, so I think it is caused by something specific to your projects. Should you find that the package is in error, feel free to send a PR to fix it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For some mysterious reason, there are duplicate jobs for the same object, identical configuration of conversions, in the queue.
Their number is not uniform for all objects.
It looks to me like it is checking if the image is generated and saved. Since it is stored in the cloud, they are not available for a while and in the meantime another job is created for the same image.
Until they are available in the cloud, then the next job will not appear. By the time they are all finished, the image is physically resaved in the cloud several times.
Im using spatie/laravel-medialibrary: 10.5.2
The job object is:
Do you have an idea?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions