Skip to content

Symfony Bundle: amqp bunny doesn't stop the execution of the CLI command #303

Closed
@lostfocus

Description

@lostfocus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions