Run The Queue Consumer

Price Adjustment jobs are processed by this consumer:

  • Consumer name: mageb2b.pricesystem.price_adjustment.consumer
  • Queue: mageb2b.pricesystem.price_adjustment.queue
  • Connection: db

Start The Consumer

Run on your Magento server:

php bin/magento queue:consumers:start mageb2b.pricesystem.price_adjustment.consumer

Monitor Job Status

In the admin UI, jobs move through:

  • queued -> processing -> completed

If a job fails, it is marked as:

  • failed

and the error message is stored on the job.

Notes For Production

  • Run the consumer as a supervised process (systemd/supervisord/k8s).
  • If you do not run the consumer, jobs will stay in queued state and no prices are updated.

Found an issue with this documentation? Let us know