- Notifications
You must be signed in to change notification settings - Fork926
Commitd83f4eb
authored
fix: stop activity bump if no tracked sessions (#15237)
Part of#15176I originally kept this the same because I wanted to be conservativeabout when we start dropping activity, but this is proving to be aproblem when using `coder ssh` with `--usage-app=disabled`. Because theworkspace agent still counts this as a connection (I think it stillshould so it's counted somewhere) but not as a SSH / IDE session. Thisleads to background ssh tasks that want to be untracked still continuingto bump activity when it shouldn't. This makes it so we have to have anexplicit session to bump activity.1 parentceb168b commitd83f4eb
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 | 123 |
| |
| |||
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
139 |
| - | |
140 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
141 | 147 |
| |
142 | 148 |
| |
143 | 149 |
| |
|
0 commit comments
Comments
(0)