spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Horizon - some conversions instantly mark as completed #3677

Closed chrispage1 closed 3 months ago

chrispage1 commented 4 months ago

Hi,

I'm running into a bit of an issue where some conversions seem to be instantly marked as completed without the generations actually being made.

There is also no error reporting as to what the problem might be, simply the job is completed.

I'm using Laravel Horizon to run the jobs. Has anyone experienced this issue before or know what might cause an early completion without an error log?

Chris.

royduin commented 4 months ago

For reference; related: https://github.com/spatie/laravel-medialibrary/issues/3672 which was converted to a discussion: https://github.com/spatie/laravel-medialibrary/discussions/3674

chrispage1 commented 3 months ago

Closing as this has been resolved with #3687