rankmath / seo-by-rank-math

Rank Math is a revolutionary WordPress SEO Plugin that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible :bulb: :chart_with_upwards_trend: →
https://rankmath.com
107 stars 52 forks source link

wp_actionscheduler_logs rows increase 300 rows every second #266

Open wtechgo opened 8 months ago

wtechgo commented 8 months ago

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:

  1. Disable Rank Math SEO plugin.
  2. Clear the table with TRUNCATE TABLE actionscheduler_logs;.
  3. Check row count with SELECT COUNT(log_id) FROM actionscheduler_logs; => No rows added to actionscheduler_logs.
  4. Enable Rank Math SEO plugin.
  5. 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):