creativestyle / magesuite-back-in-stock
There is no license information available for the latest version (v1.14.15) of this package.
Back In Stock
Package info
github.com/magesuite/back-in-stock
Type:magento2-module
pkg:composer/creativestyle/magesuite-back-in-stock
v1.14.15
2026-04-22 12:30 UTC
Requires
This package is auto-updated.
Last update: 2026-05-27 12:59:42 UTC
README
This module depends on queue consumers being run constantly.
Queue name depends on environment configuration:
magesuite.consumer.dbif RabbitMQ is not configured inapp/etc/env.phpmagesuite.consumer.amqpif 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