-
Notifications
You must be signed in to change notification settings - Fork 278
Fix Windows Threading Issues #385
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
Merged
aniketmaurya
merged 33 commits into
Lightning-AI:main
from
FrsECM:bugfix/windows_multiple_workers
Apr 30, 2025
+54
−13
Merged
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8bc070d
Fix bug on windows with uvicorn when multiple workers.
FrsECM dff57bc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] af14a0d
Force socket to listen before starting server
FrsECM 768a56f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ca0c165
Fix Ctrl+C on windows
FrsECM e698915
Update src/litserve/server.py
aniketmaurya 23ddf26
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2d231a1
Fix comments - Ctrl+C on Windows
FrsECM bf19f16
Update src/litserve/server.py
FrsECM 92b9d7e
Update src/litserve/server.py
FrsECM 9015697
Fix threading import Thread
FrsECM ce29f57
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d9c7df2
Increase test timeout => 30mn
FrsECM 1ef2707
Fix default self._uvicorn_servers
FrsECM dae6f5c
Fix sockets iteration
FrsECM ea61b10
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d148a1e
No Need to catch Keyboard Interrupt on windows. just close Threads
FrsECM ef75962
Merge remote-tracking branch 'upstream/main' into bugfix/windows_mult…
FrsECM 8038d7f
Update Timeout + testing CICD
FrsECM 250c6b1
Merge branch 'main' into bugfix/windows_multiple_workers
aniketmaurya 2d404c4
Fix timeout for gpu tests
FrsECM 0d487d7
Merge remote-tracking branch 'upstream/main' into bugfix/windows_mult…
FrsECM 7534794
Merge remote-tracking branch 'upstream/main' into bugfix/windows_mult…
FrsECM bf15d9f
Fix KeyboardInterrupt Windows
FrsECM c37229c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8eebacf
KeyboardInterrupt Windows - MultipleWorkers
FrsECM a3d0d33
Merge branch 'bugfix/windows_multiple_workers' of https://github.com/…
FrsECM 84e15b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 261f866
Move pid detection to LitLoop for less intrusivity
FrsECM 56e8718
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 75d1dda
Revert changes in CICD
FrsECM 8d63735
Remove lock (useless)
FrsECM 2daba46
Apply suggestions from code review
aniketmaurya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.