cancel
Showing results for 
Search instead for 
Did you mean: 

Task "Rule processing: 2": 1 item(s) have been scheduled for update.

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

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.

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

Hi @CSP_Alex ,

 

Please send screenshot for Bulk Action Logs.

System => Bulk Action Logs

Ankit Jasani

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

bulk-action.PNG

As you can see it still says "Not Started"

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

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

Ankit Jasani

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

@Ankit Jasani 

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

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

Hi @CSP_Alex ,

 

I have suggested all the options that I know.

I dont have anyother solution for this issue.

 

Thanks

Ankit Jasani

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

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

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

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.

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

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

Re: Task "Rule processing: 2": 1 item(s) have been scheduled for update.

Did someone solve this in the mean time?