Site icon MageComp Blog

How to Fix Magento 2 Bulk Actions Not Working?

Hello Magento Folks,

In this tutorial, I will be providing the solution to fix bulk actions not starting in Magento 2.

Bulk actions are used to apply changes or perform any activity altogether for more than one product. Magento 2.3.3 and lower versions face the issue of bulk actions not being started after applying the changes, especially when you upgrade attributes of products.

Learn – How to Update Product Attributes In Bulk In Magento 2

Let’s see when this problem appears

Steps to Reproduce Bulk Actions Not Starting in Magento 2:

Verify if Bulk Actions Started in Magento 2:

Solution to Fix Magento 2 Bulk Actions Not Working:

You need to manually run a cron job to fix the issue of bulk actions not starting in Magento 2.

php bin/magento cron:run

Else ensure that the cron is running properly

crontab -u <Magento file system owner name> -l

If no cron setup is available, it will give the below output

no crontab for magento_user

After successfully running the cron job, all the blocked actions will be completed successfully.

Final Say:

Accordingly, you can fix the issue of Bulk Actions Not Started in Magento 2. Also, check out the Magento 2 Admin Actions Log which helps in tracking all the backend activities. If you still face the issue you can contact us. Share the solution with your other Magento friends.

Happy Reading!

Exit mobile version