I have combined the lines in env.php, i have changed the indexer to on schedule, i have ran php bin/magento queue:consumers:start async.operations.all again but nothing is fixing this.
When i first start php bin/magento queue:consumers:start async.operations.all rabbitmq does have a small amount of data transfer for about a second and then stops again even though the connection appears to stay open, but idle.
As you can see it still says "Not Started"
Hi @CSP_Alex ,
Try this patch and go through other points as well.
https://www.simicart.com/blog/magento-2-bulk-actions-not-starting/
Also if above not helps then check accepted solution: https://magento.stackexchange.com/questions/281723/magento-2-bulk-actions-not-starting
One more thing that you can check is,
Try export products from System => Data Transfer Export => Export
For that I think you require
php bin/magento queue:consumer:start exportProcessor
If above works and you can see exported products csv then I suggest to check different consumers by executing php bin/magento queue:consumer:list
Might be we are executing wrong consumer.
Problem Solved? Accept as Solution.
Hope it helps!
Thanks
I can export a csv. I exported some products without issue.
I looked at those 2 links you sent, the issue they mention is fixed in the version i have so i dont need to edit db_Schema.xml.
I have started a few queues and sent them to run in the background but nothing has changed so far
Hi @CSP_Alex ,
I have suggested all the options that I know.
I dont have anyother solution for this issue.
Thanks
Ok, thanks for trying to help. Hopefully somebody that has another idea sees this thread. Its not affecting functionality as far as im aware, its just an annoying message
Just for an update, i had another order which uses this rule and although it should be fixed the same thing happens. I now have a third job not processed so it is not just a case of it not running old jobs.
Hello,
having the same problem here with magento 2.4.5, I think the problem is only the annoying poppup message wish I remove directly from Phpmyadmin for now.
Like CSP-Alex nothing mencioned here solves the problem...
Best Regards,
L Nunes
Did someone solve this in the mean time?