Commit 5761a4e
committed
fix(node): start Layer before Budget.Supervisor
Budget.Advertiser advertises on init, which calls Hyper.Node.Layer.active/0
and selects on Hyper.Node.Layer.Registry. That registry is owned by
Hyper.Node.Layer, which was ordered after Budget.Supervisor - so boot crashed
with `unknown registry: Hyper.Node.Layer.Registry`. Order Layer first.1 parent b0c0b5f commit 5761a4e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | | - | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments