Skip to content

Conversation

deanq
Copy link
Member

@deanq deanq commented Jun 12, 2025

Solution: run ping heartbeat in a separate Python process to its own GIL.

Tested by overriding an Endpoint's Docker Configuration > Container Start Command with:

/bin/bash -c "apt-get update && \
apt-get install -y git && \
pip install git+https://github.com/runpod/runpod-python@fix-unblock-ping --no-cache-dir && \
<insert original START CMD>"

@deanq deanq requested a review from Yhlong00 June 12, 2025 17:06
Copy link
Contributor

@justinwlin justinwlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the fix on timeout issues.

@deanq deanq merged commit e42ea02 into main Jun 12, 2025
8 checks passed
@deanq deanq deleted the fix-unblock-ping branch June 12, 2025 18:36
justinwlin added a commit that referenced this pull request Aug 4, 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.

2 participants