-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento 2.3.3 Cronjob use too much CPU source #25634
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
Comments
Hi @Yuwei9291. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @Yuwei9291 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Same issue here #25593 |
Hi @engcom-Charlie. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Having same issue. (upgraded from 2.3.1 to 2.3.3) |
Is there a solution or work around? My CPU stays at 100%... |
Hello, Any updates or workarounds? Our "load average" is ~40.6 on the clean installations |
Update, i was google "attacking" my site for some reason, they indexed 159.000 pages a day at once... Adjusting robots.txt to index less was the sollution |
Hi, when you run |
Had a similar issue and tracked it down to an AJAX Layered Navigation module. Disabling the module resolved the issue. |
Seems like this issue is able to fix this problem #26507 |
#28007 can help with high CPU as it removes some deadlocks that prevent cron schedule table from being cleaned. It can also fix things stuck in running status. |
Hi @Yuwei9291. Thank you for your report.
The fix will be available with the upcoming 2.4.3 release. |
Preconditions (*)
1.nginx, mysql5.6, php7.3, composer install magento 2.3.3
2.finish all the settings and set 3 cronjobs following the official document.
Steps to reproduce (*)
1.use top command to monitoring the task cpu usage.
2.run php bin/magento cron:run and check the cpu usage.
Expected result (*)
Actual result (*)
Clean Magento 2.3.3: 3.5s)
CPU usage record by panel

CPU usage
The text was updated successfully, but these errors were encountered: