Commit a3aad0c
committed
BUG/MEDIUM: reload the configuration after a failed synced configuration if servers are created
Fix the scenario where we have a failure when we sync the configuration and we scale a deployment before fixing the issue.
In this scenario we were writing the configuration correctly with the new servers but not reloading.
The runtime still had missing servers, it was capped to the server slots number of servers.1 parent 0e61c24 commit a3aad0c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
0 commit comments