-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement distributed processing across 3 machines
- Add support for 6 total endpoints (2 ports × 3 machines) - Implement endpoint health tracking and failover - Add robust error handling for network failures - Increase timeout for network calls - Improve endpoint health testing and reporting Distribute processing load across three 16-core machines using both ports 5004 and 5005 on each machine, with automatic failover and health monitoring for improved reliability.
- Loading branch information
1 parent
90b39d1
commit b7f7769
Showing
2 changed files
with
117 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,3 +97,4 @@ ENV/ | |
|
||
# VS Code | ||
.vscode/ | ||
last_commit.txt |
This file contains 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