Closed
Description
With Symfony 4, all services are private by default. But Enqueue\Symfony\Client\ContainerAwareProcessorRegistry
keeps them as a set of names which it tries to get()
from the container.
A better approach might be to inject tagged services or alternatively use a service locator.