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

Ace's avatar
Level 7

php-fpm param change, changed queuing behaviour

i have changed my www.conf php-fpm and it has somehow made my job queuing process sequentially instead of on time of job:

pm.max_children = 40

pm.start_servers = 15

pm.min_spare_servers = 15

pm.max_spare_servers = 25

0 likes
3 replies
bobbybouwmann's avatar

Are you sure this is related? Are you using one of the async drivers? Did you reload fpm after the changes?

Ace's avatar
Level 7

not sure it is related but that is the only change I made: I run Beanstalkd jobs yes I reloaded the server

Please or to participate in this conversation.