After successful magento 2.3.1 to 2.3.2 upgrade via the following commands:
php bin/magento maintenance:enable composer require magento/product-community-edition=2.3.3 --no-update composer update php bin/magento setup:upgrade php bin/magento setup:di:compile bin/magento cache:clean php bin/magento maintenance:disable
Everything works correctly except CRON JOBS. Seems like they never stop and stay on sleep mode.
As part of this bug after 1 hour i get this error:
In Abstract.php line 144: SQLSTATE[HY000] [1203] User m2veto already has more than 'max_user_connecti ons' active connections In Abstract.php line 128: SQLSTATE[HY000] [1203] User m2veto already has more than 'max_user_connecti ons' active connections cron:run [--group GROUP] [--bootstrap BOOTSTRAP]
Thanks,
Any update on this? Do you have the same issue?
The same
Hi @MaurizioChi @VETO SA ,
You can try below cron scheduler module extension.
module-cron-scheduler
Using this extension you can check you all active cron jobs in he admin panel.
You can forcefully disable them and re-enable.
I hope it will help you!
i will try that extension on clean magento 2.3.2 installation and i will update you asap.