- Co-Authored-By
- Christopher David <chris@openagents.com>
Keep a rolling replacement node in load balancer rotation
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
lib/openagents/forge/boot_converge.ex -
modified
test/openagents/forge/boot_converge_test.exs
Diff
2 files changed, +85 -3
lib/openagents/forge/boot_converge.ex modified +38 -3
@@ -146,8 +146,12 @@ defmodule OpenAgents.Forge.BootConverge do
| 146 | 146 |
|
| 147 | 147 |
|
| 148 | 148 |
|
| 149 |
|
|
| 150 |
|
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 151 | 155 |
|
| 152 | 156 |
|
| 153 | 157 |
|
@@ -188,10 +192,41 @@ defmodule OpenAgents.Forge.BootConverge do
| 188 | 192 |
|
| 189 | 193 |
|
| 190 | 194 |
|
| 191 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 192 | 215 |
|
| 193 | 216 |
|
| 194 | 217 |
|
| 218 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 195 | 230 |
|
| 196 | 231 |
|
| 197 | 232 |
|
test/openagents/forge/boot_converge_test.exs modified +47
@@ -385,6 +385,53 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 385 | 385 |
|
| 386 | 386 |
|
| 387 | 387 |
|
| 388 |
|
|
| 389 |
|
|
| 390 |
|
|
| 391 |
|
|
| 392 |
|
|
| 393 |
|
|
| 394 |
|
|
| 395 |
|
|
| 396 |
|
|
| 397 |
|
|
| 398 |
|
|
| 399 |
|
|
| 400 |
|
|
| 401 |
|
|
| 402 |
|
|
| 403 |
|
|
| 404 |
|
|
| 405 |
|
|
| 406 |
|
|
| 407 |
|
|
| 408 |
|
|
| 409 |
|
|
| 410 |
|
|
| 411 |
|
|
| 412 |
|
|
| 413 |
|
|
| 414 |
|
|
| 415 |
|
|
| 416 |
|
|
| 417 |
|
|
| 418 |
|
|
| 419 |
|
|
| 420 |
|
|
| 421 |
|
|
| 422 |
|
|
| 423 |
|
|
| 424 |
|
|
| 425 |
|
|
| 426 |
|
|
| 427 |
|
|
| 428 |
|
|
| 429 |
|
|
| 430 |
|
|
| 431 |
|
|
| 432 |
|
|
| 433 |
|
|
| 434 |
|
|
| 388 | 435 |
|
| 389 | 436 |
|
| 390 | 437 |
|