- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019
07:47 AM
06-26-2019
07:47 AM
Cron Job issue Upgrading Magento CE 2.3.1 to CE 2.3.2
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,
Labels:
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019
02:09 PM
07-02-2019
02:09 PM
Re: Cron Job issue Upgrading Magento CE 2.3.1 to CE 2.3.2
Any update on this? Do you have the same issue?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019
04:15 AM
08-23-2019
04:15 AM
Re: Cron Job issue Upgrading Magento CE 2.3.1 to CE 2.3.2
The same
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019
07:02 AM
08-23-2019
07:02 AM
Re: Cron Job issue Upgrading Magento CE 2.3.1 to CE 2.3.2
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019
09:05 AM
08-23-2019
09:05 AM
Re: Cron Job issue Upgrading Magento CE 2.3.1 to CE 2.3.2
i will try that extension on clean magento 2.3.2 installation and i will update you asap.