- Notifications
You must be signed in to change notification settings - Fork906
Commit0b002ec
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 commit0b002ec
File tree
5 files changed
+467
-327
lines changed- agent
- agentcontainers
- cli
- coderd
5 files changed
+467
-327
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)