Commit 2b706f0
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 57643a1 commit 2b706f0
3 files changed
+86
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
1523 | 1528 | | |
1524 | 1529 | | |
1525 | 1530 | | |
| |||
0 commit comments