Closed ckoch-cars closed 6 months ago
Hi @ckoch-cars ,
WP Engine has WPE_Governor
in place and it can kill requests.
Can you please check the value of the WPE_GOVERNOR
variable in the wp-config.php
and set it to false
?
If it is not there, please add it.
define( 'WPE_GOVERNOR', false );
Please let me know if this helps.
Regards, Wissam
Thank you for the fast response. We have disabled this and that does seem to have helped.
Bug Description
When trying to create a wordpress gallery (of 20 or more images) that need to be imported from Cloudinary this process sometimes takes long enough that the process is killed by a long process monitor on the host.
When that happens, that incomplete cloudinary downloads remain visible in the gallery selector tool but show up as broken images which must be manually deleted before importing them again.
Expected Behaviour
I'm not sure what would be the preferred outcome here. Maybe cleaning up and deleting the partials?
Steps to reproduce
Screenshots
Additional context
We run our Wordpress through WPEngine which manages the plugins and keeps them up to date.
Error logs (there are multiple instances of this log line)