-
Notifications
You must be signed in to change notification settings - Fork 57
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
53612: bind: address already in use #808
Comments
We've been bumping into this, too. We're using a fastapi python app in a docker-based lambda also using |
Same here on |
@drobert and @JachMinen are you using |
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
Please keep this open. Unresolved/still an issue. |
We encountered this today. Happened twice in a row on deployment to Production where it hit a timeout on cold start. This is a .NET 8 lambda using this layer pushing data into New Relic: arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-collector-amd64-ver-0-102-1:1 Error below: { |
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
Describe the bug
Lambda will occasionally encounter this error during initialization of environment:
telemetryAPI.Listener
Unexpected stop on HTTP Server
listen tcp ---.---.---.---:53612: bind: address already in use
When this happens, the next invocation will run successfully at first, but then time out when trying to export metrics.
This only seems to happen on cold start of new environment and usually resolves itself after 1 or 2 invocations in that environment.
Steps to reproduce
Unknown
What did you expect to see?
Lambda runs and metrics are exported successfully
What did you see instead?
Lambda times out
What version of collector/language SDK version did you use?
Version: aws-otel-python-amd64-ver-1-20-0:3
What language layer did you use?
Config: Python3.9
Additional context
Lambda also has layers for Lambda Insights and Python libraries
The text was updated successfully, but these errors were encountered: