Domanda

I wanted to run the following way.

php bin/magento cron:run --group="test_group1","test_group2","test_group3"

OR

php bin/magento cron:run --group="test_group1,test_group2,test_group3"

What is the valid command for this? If not possible though command, what is the best way?

È stato utile?

Soluzione

There is not such way as asked in question. I got the alternate way.

Run the CRON comman without mentioning group flag. It will execute all CRON jobs having any group. The best way to avoid any group is to remove the CRON job having that group. We can keep the CRON code as backup. But just comment out code schedule inside etc/crontab.xml

php bin/magento cron:run
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top