Magento Tutorials

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:

  • From the admin panel, move to Catalog > Products.
  • Select the products for which you want to apply bulk actions.
  • From the Actions dropdown menu, select Upgrade Attributes.

  • Tick Mark the Change option for the attribute you want to update, add the required details and click Save.

Verify if Bulk Actions Started in Magento 2:

  • Now move to System > Actions Log > Bulk Actions.
  • The status of the Bulk Actions Log shows “Not Started”.

  • On clicking on details it shows, “Pending in queue….”

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.

  • Run the below command
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!

Click to rate this post!
[Total: 2 Average: 3]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate 🎖️ Certified Magento Developer👨‍💻. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.🏏

Recent Posts

How to Integrate ChatGPT with Laravel Application?

In this guide, we'll explore how to integrate ChatGPT, an AI-powered chatbot, with a Laravel…

2 days ago

What are Net Sales? How to Calculate Your Net Sales?

In the world of business, understanding financial metrics is crucial for making informed decisions and…

4 days ago

Magento 2 Extensions Digest April 2024 (New Release & Updates)

Welcome to the MageComp Monthly Digest, where we bring you the latest updates, releases, and…

4 days ago

The ABCs of Geofencing: Definition, Features and Uses

In this era, businesses are always on the lookout for ways to engage with their…

5 days ago

How to Delete Product Variant in a Shopify Remix App using GraphQL Mutations?

Managing a Shopify store efficiently involves keeping your product catalog organized. This includes removing outdated…

6 days ago

6 Innovative Tools Revolutionizing E-Commerce Operations

E-commerce has transformed the way consumers shop for products and services and interact with businesses.…

1 week ago