cancel
Showing results for 
Search instead for 
Did you mean: 

Attributes stuck in pending update

SOLVED

Attributes stuck in pending update

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Attributes stuck in pending update

did all that and nothing changed still pending and the products updated I checked

View solution in original post

3 REPLIES 3

Re: Attributes stuck in pending update

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 !

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Attributes stuck in pending update

did all that and nothing changed still pending and the products updated I checked

Re: Attributes stuck in pending update

@gmilazzo48 

 

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 !

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy