Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

robdesilets's avatar

php ini settings for queues/supervisor

Hi,

I did a quick search but could not find anything on this topic. I am running PHP 8 with Laravel 8.

I have supervisor running watching some queues.

I remember from years ago I would have to change some php.ini settings otherwise long running processes would timeout. Does anyone have any recommendations for changes they made to the default php.ini file to work with Laravel queues (especially long running queues that are doing video encoding, etc).

I figured I would ask as I am sure others have come across this.

Thanks!

-Rob

0 likes
1 reply
siangboon's avatar

i'm not sure about your issue, but in php.ini, max_execution_time is usually the one control the execution time for each script/command run...

Please or to participate in this conversation.