Commit a4dfa0b
committed
fix(BA-2752): Move incorrectly placed agent config
This change moves any incorrectly placed agent config into the correct
location. Correct here means that the shared configs are supposed to be
shared, and per-agent unique fields are placed in the overridables
classes.
This change also fixes a pre-existing issue with how scaling group is
updated, where the local config stored in the agent server is updated,
but the change does not get propagated to the individual AbstractAgent.
This issue already existed, but prior to this change this PR also did
not address it. This change fixes it.1 parent 9073a2f commit a4dfa0b
3 files changed
+86
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1517 | 1517 | | |
1518 | 1518 | | |
1519 | 1519 | | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
1520 | 1525 | | |
1521 | 1526 | | |
1522 | 1527 | | |
| |||
0 commit comments