Skip to content

Conversation

@aniketmaurya
Copy link
Collaborator

What does this PR do?

Add name identifier to processes. Makes it easier to identify where the error is coming from.

image
  • Updated process and thread initialization in LitServer to include descriptive names for better debugging and monitoring.
  • Added unique names for inference processes and Uvicorn workers based on endpoint and response queue ID.
Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

* Updated process and thread initialization in LitServer to include descriptive names for better debugging and monitoring.
* Added unique names for inference processes and Uvicorn workers based on endpoint and response queue ID.
@aniketmaurya aniketmaurya marked this pull request as ready for review June 4, 2025 21:41
@aniketmaurya aniketmaurya enabled auto-merge (squash) June 4, 2025 21:43
@codecov
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87%. Comparing base (500b3df) to head (501025f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #528   +/-   ##
===================================
  Coverage    87%    87%           
===================================
  Files        37     37           
  Lines      2557   2557           
===================================
  Hits       2227   2227           
  Misses      330    330           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aniketmaurya aniketmaurya merged commit 7672379 into main Jun 4, 2025
21 checks passed
@aniketmaurya aniketmaurya deleted the add-process-name branch June 4, 2025 21:53
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.

4 participants