[BUG] termly_account_update WP-CRON Action Crashes
-
TL;DR; The
termly_account_update
wp-cron action crashes wp-cron, causing all otherdue-now
wp-cron actions to fail.I recently implemented a Linux crontab based heartbeat uptime monitor that simply instructs wp-cron via wp-cli to execute all
due-now
wp-cron actions every 30 minutes (i.e. rather than relying on wp-cron to execute every page load).I found that my 30 minute heartbeat would fail once per day.
After some significant troubleshooting with with my hosting provider we discovered that every time your
termly_account_update
wp-cron action ran, all other due wp-cron actions would fail, including my heartbeat.Uninstalling the Termly plugin resolved the issue.
Further information is here.
Termly v3.0.3
WordPress v6.1.1
PHP v7.4.33Please help me to resolve this issue so that I can use Termly without the
termly_account_update
action crashing wp-cron.David.
- The topic ‘[BUG] termly_account_update WP-CRON Action Crashes’ is closed to new replies.