Gijs van Lammeren
Gijs van Lammeren
@kieljohn Im using that package from happyr and it works as expected. The `UnrecoverableMessageHandlingException` is not retried and directly send to the [failed transport](https://symfony.com/doc/current/messenger.html#messenger-failure-transport), which I configured to mysql for...
Hi @tormodmacleod, I experimented with the Log Forwarder feature and it did work. However, the PHP Agent only supports this when you use **Monolog**, see https://docs.newrelic.com/docs/logs/logs-context/configure-logs-context-php/#automatic-logs-in-context Your code snippet shows...
Sorry to hear it's not working, that must be frustrating. You mention you switched to local docker for testing purposes. What is the local setup? Do you use the bref...
> i guess the advantage of scraping cloudwatch for the logs and forwarding them to new relic would be that you might get more verbose logs? i'd be interested to...
Good to hear you got it working! Im not sure what the exact settings should be to fix those timeouts, we run the lamdbas at a higher volume, so those...
A friendly ping to @Nyholm, would it possible to get this merged?
I have a similar use-case and I was able to get it working by separating the transports (SQS queues), linking to different lambdas, which have different handlers. The following code...