Summary of the issue
- Queue Consumers are not working, it should work automatically after deployment.
Information on your environment
- Magento EE 2.4 ,
- RabbitMQ 3.8,
- Composer version- 1.10.16
- Configuration - .magento.env.yaml
deploy:
CRON_CONSUMERS_RUNNER: cron_run: true max_messages: 0 consumers: - codegeneratorProcessor Steps to reproduce
- Admin panel > Marketing > Cart Price rules > Add new rule > choose Coupon > Drop Down > Auto > Save
- Admin panel > Marketing > Cart Price rules > Edit Auto Tupe Rule > Manage Coupon Codes > Enter Coupon Qty > Generate > See Message is added to queue, wait to get your coupons soon
- bulk coupon not generated.
Expected and actual results
- codegeneratorProcessor queue should process and be able to generate bulk coupons.