Step 4: replace Horde shims with real Horde.Registry and Horde.DynamicSupervisor.
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
config/config.exs -
modified
config/test.exs -
modified
lib/openagents/cluster/dynamic_supervisor.ex -
modified
lib/openagents/cluster/registry.ex -
modified
lib/openagents/sarah/supervisor.ex
Diff
5 files changed, +27 -18
config/config.exs modified +3 -1
@@ -123,7 +123,9 @@ config :openagents,
| 123 | 123 |
|
| 124 | 124 |
|
| 125 | 125 |
|
| 126 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 127 | 129 |
|
| 128 | 130 |
|
| 129 | 131 |
|
config/test.exs modified +1
lib/openagents/cluster/dynamic_supervisor.ex modified +3 -3
@@ -1,11 +1,11 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 3 |
|
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 |
|
|
| 8 |
|
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
lib/openagents/cluster/registry.ex modified +9 -12
@@ -1,37 +1,34 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 3 |
|
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 12 |
|
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 15 |
|
|
| 18 | 16 |
|
| 19 | 17 |
|
| 20 | 18 |
|
| 21 | 19 |
|
| 22 |
|
|
| 20 |
|
|
| 23 | 21 |
|
| 24 | 22 |
|
| 25 | 23 |
|
| 26 | 24 |
|
| 27 |
|
|
| 28 |
|
|
| 25 |
|
|
| 29 | 26 |
|
| 30 | 27 |
|
| 31 | 28 |
|
| 32 | 29 |
|
| 33 | 30 |
|
| 34 |
|
|
| 31 |
|
|
| 35 | 32 |
|
| 36 | 33 |
|
| 37 | 34 |
|
lib/openagents/sarah/supervisor.ex modified +11 -2
@@ -17,8 +17,17 @@ defmodule OpenAgents.Sarah.Supervisor do
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
|
|
| 21 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 22 | 31 |
|
| 23 | 32 |
|
| 24 | 33 |
|