-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Hi,
We have a cron event that when run can occasionally take some time to complete, especially if previous instances have failed as there is more to do.
The site in question runs perfectly in all other aspects with object-cache.php installed however, we have since discovered that we see the following errors in debug.log ...
[19-Mar-2024 16:49:06 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
[19-Mar-2024 16:49:06 UTC] E_ERROR: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
[19-Mar-2024 16:52:56 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
[19-Mar-2024 16:52:56 UTC] E_ERROR: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
[19-Mar-2024 16:53:29 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
[19-Mar-2024 16:53:29 UTC] E_ERROR: Maximum execution time of 30 seconds exceeded in /wp-content/object-cache.php on line 790
When object-cache.php is deleted the issue no longer presents itself.
Why would having the object-cache.php installed introduce a PHP execution time limit?
Please advise.
Many thanks,
Oliver
Metadata
Metadata
Assignees
Labels
No labels