Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wp_actionscheduler_logs rows increase 300 rows every second #266

Open
wtechgo opened this issue Feb 10, 2024 · 0 comments
Open

wp_actionscheduler_logs rows increase 300 rows every second #266

wtechgo opened this issue Feb 10, 2024 · 0 comments

Comments

@wtechgo
Copy link

wtechgo commented Feb 10, 2024

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):

  • OS: Linux
  • Browser Firefox
  • Version Latest
  • WordPress: Latest, fully updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant