Skip to content

Commit

Permalink
[Docs] Drop warning about active, not applied promotions as states ar…
Browse files Browse the repository at this point in the history
…e handled in async manner as well
  • Loading branch information
lchrusciel committed Feb 10, 2022
1 parent fd5085a commit 061ef14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/book/products/catalog_promotions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ After changes in CatalogPromotion, we dispatch proper message with delay calcula
To enable asynchronous Catalog Promotion, remember about running messenger consumer in a separate process, use the command: ``php bin/console messenger:consume main``
For more information check official `Symfony docs <https://symfony.com/doc/current/messenger.html#consuming-messages-running-the-worker>`_

Be aware that loading Catalog Promotion without enabled consumer, will change promotion's state to `active` but products will not be discounted.

How the Catalog Promotions are applied?
---------------------------------------

Expand Down

0 comments on commit 061ef14

Please sign in to comment.