Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby Lambda layer stopped working on September 30th with agent version 9.14.0 #2919

Closed
fallwith opened this issue Oct 24, 2024 · 2 comments · Fixed by #2920
Closed

Ruby Lambda layer stopped working on September 30th with agent version 9.14.0 #2919

fallwith opened this issue Oct 24, 2024 · 2 comments · Fixed by #2920
Assignees
Labels

Comments

@fallwith
Copy link
Contributor

Temporary Workaround

Set the following environment variable for the AWS Lambda function:

NEW_RELIC_SERVERLESS_MODE_ENABLED = true

Synopsis

Agent version v9.14.0 introduced an optimization in the handling of boolean based configuration parameters and this inadvertently caused the agent's "serverless" mode for AWS Lambda layer usage to break.

We will be fixing this in an upcoming agent release, but for now serverless mode will need to be forced on by way of an environment variable.

@fallwith fallwith added the bug label Oct 24, 2024
@fallwith fallwith self-assigned this Oct 24, 2024
@workato-integration
Copy link

@fallwith
Copy link
Contributor Author

#2920 has now been merged to the dev branch and the bugfix will ideally make its way out in a new agent release soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Code Complete/Done
Development

Successfully merging a pull request may close this issue.

1 participant