Bob van de Vijver
Bob van de Vijver
The point is that I do not want any auto mapping enabled at all, I only want to allow id or name match. That was configurable, it isn't anymore with...
> If you don't want any auto-mapping at all, just declare the mappings explicitly, which is already what you do, isn't it? No, there is not a single `MapEntity` attribute...
@dmaicher You are referring to the other `auto_mapping` option (yes, there are two options with the same name). This change is specifically for the controller resolver, not for the entity...
@ostrolucky Something like this?
Seems reasonable to me: I'm currently in progress of updating the Symfony documentation, will look into the recipe after that 👍🏻
Even with the recipe change it still requires DoctrineBundle 2.12 to be released first 😄
For me the automapper was bad DX from the start, and you do not even need it for the most common scenarios. For those other specific scenarios you are always...
If the Imagick extension is the issue, it might be worthwhile to check our fork which no longer relies om Imagick: https://github.com/Drenso/pdf-to-image.
So, this seems to be a bit more broken than only on worker exit. When the worker is still running when having received an SMTP timeout, but needs to send...
When using messenger it should (when configured correctly) be retried or placed in the failed queue. If the worker did not restart soon enough to create a new connection before...