Commit bd0d0f1
committed
feat: Don't use "%FLOW_PATH_ROOT%" as default group name
A common deployment strategy might involve creating arbitrarily named
deployment target folders, installing a new flow instance, warming up
caches and either switching symlinks or web server web root settings
to that new directory.
Using %FLOW_PATH_ROOT% as default supervisor group name will result in
constantly eliminating whole supervisor groups and creating new ones
on every deployment, although most of the time the supervisor config
remains nearly unchanged.1 parent 5fa90d4 commit bd0d0f1
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments