You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./bin/console debug:config EnqueueBundle -vvv
2018-02-28T09:22:15+00:00 [error] Error thrown while running command "debug:config EnqueueBundle -vvv". Message: "Transport factory with such name already added. Name stomp"
2018-02-28T09:22:15+00:00 [debug] Command "debug:config EnqueueBundle -vvv" exited with code "1"
In EnqueueExtension.php line 48:
[LogicException]
Transport factory with such name already added. Name stomp
Exception trace:
Enqueue\Bundle\DependencyInjection\EnqueueExtension->addTransportFactory() at /Users/v.pak/www/enqueue/vendor/enqueue/enqueue-bundle/EnqueueBundle.php:60
The text was updated successfully, but these errors were encountered:
@neandher Sure it does the trick but it's definitely not a solution in the end!
I have all my current deployments (using deployer) fail because in the process they have to run a cache:clear which fails because of this issue and this failure stops the whole deployment process...
Description
When using
./bin/console debug:config EnqueueBundle
in production mode I am getting this errorSteps to reproduce
Output log
The text was updated successfully, but these errors were encountered: