As we are learning about magento 2, we are becoming increasingly aware that many of the tasks that worked fine on magento 1 don't always seem to want to work on magento 2. Exporting CSV files, bulk editing items, it simply doesn't work, with messages telling you these actions are queued on various lists. Even if you have cron configured correctly it still doesn't work.
Well, this is a note to remember how to start services, I will add as I discover new issues and the corresponding services.
1. Export CSV doesn't start.
2. Bulk edit attributes product grid, doesn't start processing.
You need to start: bin/magento queue:consumer:start product_action_attribute.update
No comments:
Post a Comment