LeezyPheanstalkBundle
LeezyPheanstalkBundle copied to clipboard
Bundle for Pheanstalk - A PHP client for beanstalkd queue
Are there plans to do Symfony 5 compatibility?
[leezy.pheanstalk.proxy.default service definition](https://github.com/armetiz/LeezyPheanstalkBundle/blob/4.0.0/src/Resources/config/services.xml#L9) is invalid (it does not specify the `PheanstalkInterface $pheanstalk` argument) and thus the [Symfony lint:container command](https://symfony.com/blog/new-in-symfony-4-4-service-container-linter) fails because of it. As a temporary workaround I've redefined the...
Here is the context: Installed beanstalk bundle with composer "composer require leezy/pheanstalk-bundle" I'm trying to using inside a command but i get this error Cannot autowire service "App\Command\Worker\ProcessParserCommand": argument "$pheanstalk"...