Skip to content

Conversation

@jugalshah291
Copy link
Contributor

@jugalshah291 jugalshah291 commented Nov 7, 2025

Description

Briefly describe what this PR accomplishes and why it's needed.

Our serve ingress keeps running into below error related to uvloop under heavy load

File descriptor 97 is used by transport

The uvloop team have a PR to fix it, but seems like no one is working on it

One of workaround mentioned in the (PR) is to just turn off uvloop .
We tried it in our env and didn't see any major performance difference
Hence as part of this PR, we are defining a new env for controlling UVloop

Related issues

Link related issues: "Fixes #1234", "Closes #1234", or "Related to #1234".

Additional information

Optional: Add implementation details, API changes, usage examples, screenshots, etc.

Signed-off-by: jugalshah291 <shah.jugal291@gmail.com>
@jugalshah291 jugalshah291 changed the title Define a flag for enabling UVloop Define an env for controlling UVloop Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ray fails to serialize self-reference objects

1 participant