This module depends on queue consumers being run constantly.
Queue name depends on environment configuration:
magesuite.consumer.db
if RabbitMQ is not configured inapp/etc/env.php
magesuite.consumer.amqp
if RabbitMQ is configured inapp/etc/env.php
Example of queue startup:
magesuite.consumer.db
:
bin/magento queue:consumers:start magesuite.consumer.db
magesuite.consumer.amqp
:
bin/magento queue:consumers:start magesuite.consumer.amqp
documentation: https://creativestyle.atlassian.net/wiki/spaces/MGSDEV/pages/2312929281/BackInStock+optional