ask "Update attributes for 4 selected products": 1 item(s) have been scheduled for update. has been like this now for 4 days and crons are running.
Vers 2.4 new install
Solved! Go to Solution.
did all that and nothing changed still pending and the products updated I checked
Hello @gmilazzo48
Same issue I faced few days back, please truncate your cron_schedule table data, also make sure your cron is installed by command :
php bin/magento cron:install
after installing cron, run cron :
php bin/magento cron:run
now the cron_schedule table will start to fill with scheduled time, if you observe it, it will be changing status of crons in table by changing status to "success"
Let it complete, it may take time and then check, and after that if you update bulk products it will take few seconds and will update.
Hope it helps !
If you are still seeing the previous bulk action error, just check if there is any data in Admin in :
System > Bulk Actions
If there is any previous data with previous date set, you can truncate the table magento_bulk and then try again.
Hope it will fix your problem !