Commit 24ec7a4
committed
fix: simplify LocalCluster startup to avoid timeout
Remove automatic application startup from LocalCluster.start_link
as it was causing timeouts. Applications are already being started
manually via RPC on each node after cluster creation.
Also convert prefix string to atom as required by LocalCluster 2.x.1 parent 7043727 commit 24ec7a4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments