Hello Magento Friends ?,

Welcome to the Magento 2 Technical Blog series. Today I will resolve the issue when Export File gets “Message is added to queue, wait to get your file soon” in Magento 2.3.X. In our previous blog, I gave a solution to Show Double Thumbnail Image When Select Configurable Products in Magento 2. For now, let’s start ?

Magento 2 Mobile APP

Before it happened that whenever the user exports any files from Magento 2, it goes into the queue. So the user has to wait for the file. The solution to this is to export files directly and not wait for the cron queue schedule. There are three ways to export files without waiting. Let us see all of them.

First Way: Using cron to execute every minute

Create a file in the below-given path

app\code\Vendor\Extension\etc\crontab.xml

Now, add the below code

Second Way: View a list of available message queue consumers

To view a list of all consumers, execute the below command in terminal

The above command will give list as below :

After that, run command as given below

Third Way: Specific configuration

Edit the app\etc\env.php file with the below code

Conclusion:

Hence, with any of the above solutions, you can reduce the export file time. For any queries write to me in the comment section, I am solving there. Do share the solution via your social media and amongst your friends. Stay connected for further solutions and info.

Happy Solving ?

Click to rate this post!
[Total: 22 Average: 4]