(proxy_fcgi:error) (104)Connection reset by peer

Post Reply
Giuvit
Posts: 3
Joined: Fri Aug 21, 2020 1:59 am

Hi, I done a fresh installation of MyVesta with PHP FPM 7.3, 7.4 and 8.0 .
I migrated a site that makes a sync with an external management software for real estate: throuhgt WP All Import I'm reading and importing properties from XML. I made a php script called by cron that download the XML file and also all images of each property directly in a folder for a local import for WP All Import. All goes fine, until the import process starts.
The import begins but it never reach the end because seems that it goes in timeout. In the conf of the domain I already increase the max_execution_time from 30 to 800 and also the pm.process_idle_timout from 10s to 30s, but nothing changed.
CHecking the php7.4 logs I can see that the import process gets a timout, but I don't know which parameter I need to increase to avoid this.

Thank you
Attachments
Screenshot 2022-03-07 122004.png
Screenshot 2022-03-07 122004.png (125.68 KiB)
Screenshot 2022-03-07 123527.png
Screenshot 2022-03-07 123527.png (112.94 KiB)
Giuvit
Posts: 3
Joined: Fri Aug 21, 2020 1:59 am

No one? :(
User avatar
Meister
Posts: 43
Joined: Mon Nov 08, 2021 10:04 am

I believe the my.cnf must be customized.

Try to increase some parameters e.g.:
wait_timeout
interactive_timeout
Post Reply