php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.18k stars 433 forks source link

Defautl symfony bundle config error #1072

Closed murilozilli closed 4 years ago

murilozilli commented 4 years ago

Followed the steps here:

https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/speed-up-populate-command.md

I do use symfony/flex and everything seems to be fine apart from this:

In ArrayNode.php line 327:

Unrecognized option "default" under "enqueue". Available options are "async_events", "client", "consumption", "extensions", "job", "transport".

Tried reading the tree builder and moved the transport and client up the tree removing default but than got a different error:

Unrecognized option "dsn" under "enqueue.transport". Did you mean "fs"?

Changing from dns to fs(which im pretty confident are completely different things anyway)

I get this

You have requested a non-existent parameter "enqueue.default_transport".

If I try to add the default_transport than I get:

Unrecognized option "default_transport" under "enqueue".

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

murilozilli commented 4 years ago

Sorry this is probably in the wrong repo