You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
DB table actionscheduler_logs rows increase 300 rows every second. The increasing of rows pauses after a while for a short time, and then starts increasing again.
To Reproduce
Steps to reproduce the behavior:
Disable Rank Math SEO plugin.
Clear the table with TRUNCATE TABLE actionscheduler_logs;.
Check row count with SELECT COUNT(log_id) FROM actionscheduler_logs; => No rows added to actionscheduler_logs.
Enable Rank Math SEO plugin.
Check row count with SELECT COUNT(log_id) FROM actionscheduler_logs;. => Rows growing in actionscheduler_logs.
Expected behavior
actionscheduler_logs do not grow when Rank Math SEO is enabled.
Desktop (please complete the following information):
OS: Linux
Browser Firefox
Version Latest
WordPress: Latest, fully updated
The text was updated successfully, but these errors were encountered:
Describe the bug
DB table
actionscheduler_logs
rows increase 300 rows every second. The increasing of rows pauses after a while for a short time, and then starts increasing again.To Reproduce
Steps to reproduce the behavior:
TRUNCATE TABLE actionscheduler_logs;
.SELECT COUNT(log_id) FROM actionscheduler_logs;
=> No rows added toactionscheduler_logs
.SELECT COUNT(log_id) FROM actionscheduler_logs;
. => Rows growing inactionscheduler_logs
.Expected behavior
actionscheduler_logs do not grow when Rank Math SEO is enabled.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: