Closed
Description
I'm running the Symfony Bundle with the following command:
php bin/console --time-limit="now + 5 minutes" enqueue:consume -vvv
and instead of just stopping after five minutes it keeps throwing a LimitConsumptionTimeExtension and stays around:
[debug] [LimitConsumptionTimeExtension] Execution interrupted as limit time has passed. now: "2017-12-23T22:41:25+0000", time-limit: "2017-12-23T22:33:06+0000"
It works fine with MySQL/Doctrine, but amqp/bunny keeps having this problem. Any idea what could be the problem?