- Notifications
You must be signed in to change notification settings - Fork905
Commit84e7fb1
committed
feat(agent/agentcontainers): update containers periodically
This change introduces a significant refactor to the agentcontainers APIand enabled periodic updates of Docker containers rather than on-demand.Consequently this change also allows us to move away from using alocking channel and replace it with a mutex, which simplifies usage.Additionally a previous oversight was fixed, and testing added, to cleardevcontainer running/dirty status when the container has been removed.Updates#16424Updatescoder/internal#6211 parent98e2ec4 commit84e7fb1
File tree
4 files changed
+462
-321
lines changed- agent
- agentcontainers
- coderd
4 files changed
+462
-321
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1176 | 1176 |
| |
1177 | 1177 |
| |
1178 | 1178 |
| |
1179 |
| - | |
1180 |
| - | |
1181 |
| - | |
1182 |
| - | |
1183 |
| - | |
1184 |
| - | |
1185 | 1179 |
| |
1186 | 1180 |
| |
1187 | 1181 |
| |
|
0 commit comments
Comments
(0)