laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

exceeded the timeout of 60 seconds.

Open magic-thomas opened this issue 3 years ago • 1 comments

I am using vps 4 CPU, and guess it is enough for transcoding.

24MB file was tested in Laravel job.

On processing I got this error.

   Symfony\Component\Process\Exception\ProcessTimedOutException

  The process "'/usr/bin/php8.1' 'artisan' 'queue:work' '--once' '--name=default' '--queue=default' '--backoff=0' '--memory=128' '--sleep=3' '--tries=1'" exceeded the timeout of 60 seconds.

// config laravel-ffmpeg.php 
    'timeout' => 3600,

How can I fix this error ?

magic-thomas avatar Oct 05 '22 17:10 magic-thomas

Hi @magic-thomas Can you pass with parameter to the queue of laravel --timeout=0

Jandelson avatar Oct 06 '22 20:10 Jandelson