Skip to content

Commit

Permalink
feat(ur)!: use consistent hashing hash ring to determine host for les…
Browse files Browse the repository at this point in the history
…s churn when hosts are modified
  • Loading branch information
TillaTheHun0 committed Jan 28, 2025
1 parent 250dbd2 commit 141fcab
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 341 deletions.
144 changes: 91 additions & 53 deletions servers/ur/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions servers/ur/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@
},
"dependencies": {
"arbundles": "0.11.1",
"consistent-hash": "^1.2.2",
"cors": "^2.8.5",
"debug": "^4.3.7",
"express": "^4.21.0",
"http-proxy-node16": "^1.0.5",
"lru-cache": "^11.0.1",
"debug": "^4.4.0",
"express": "^4.21.2",
"http-proxy-node16": "^1.0.6",
"lru-cache": "^11.0.2",
"ramda": "^0.30.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.4"
"dotenv": "^16.4.7",
"nodemon": "^3.1.9"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 141fcab

Please sign in to comment.