Commit 24477c7
committed
fix(builder): start after controller, block until running
deis-builder was reporting as running very quickly,
but inside the container slugrunner and slugbuilder were
taking many minutes to make the container actually active.
Here, we add an ExecStartPost to block a 'running' status
until we're listening on 2222.
We also start the controller before builder, as builder checks
for /deis/controller.
fixes #8571 parent 8f1debb commit 24477c7
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
0 commit comments