Commit 23df838
committed
refactor(seed-deis-registry): remove seed-deis-registry dependency
Currently, startup takes forever because registry blocks until the
slugrunner container has been pulled. Users think things have stalled
and/or are broken - this is a bad user experience.
The ExecStartPost of the registry service already pulls the slugrunner
image, so we don't need to block until this job occurs beforehand.
Additionally, it's friendlier if the controller blocks until registry
and logger are ready - if a user attempts to make an account, all of
Deis should be up.1 parent c7ca04f commit 23df838
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments