Closed jeremiahlukus closed 5 months ago
@metaskills Have a few to look at this? This would clean up my logs quick a bit since these are not "real" errors.
deployed and working correctly
EDIT:
After having it deployed for 5 days I no longer have lambdas that take 30 sec duration which is nice.
Fixes https://github.com/rails-lambda/lamby/issues/155
I also kept seeing these errors in my logs
"errorMessage": "SIGTERM",
It seems like New Relic does not do anything to prevent it https://github.com/newrelic/newrelic-lambda-extension/blob/main/main.go#L42 They just catch the error. I do not think we can prevent this either but its best to catch the error.
https://github.com/aws/aws-lambda-ruby-runtime-interface-client/issues/28