- Notifications
You must be signed in to change notification settings - Fork1k
Commit544f155
authored
fix: adjust workspace claims to be initiated by users (#20179)
The prebuilds user never initiates a workspace claim autonomously. Aclaim can only happen when a user attempts to create a workspace. Whenlisting prebuild provisioner jobs, it would not make sense to see jobsrelated to users who are creating workspaces and have gotten a prebuiltworkspace. When cleaning up an overwhelmed provisioner queue, we shouldnot delete claims as they have humans waiting for them and are not partof the thundering herd.Therefore, this PR ensures that provisioner jobs that claim workspacesare considered to be initiated by the user, not the prebuilds system.1 parent037e6f0 commit544f155
File tree
5 files changed
+9
-16
lines changed- coderd
- prebuilds
- enterprise/coderd/prebuilds
5 files changed
+9
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 | 38 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
719 | 719 |
| |
720 | 720 |
| |
721 | 721 |
| |
722 |
| - | |
723 | 722 |
| |
724 | 723 |
| |
725 | 724 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 | 58 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 | 89 |
| |
94 | 90 |
| |
95 | 91 |
| |
| |||
260 | 256 |
| |
261 | 257 |
| |
262 | 258 |
| |
263 |
| - | |
264 |
| - | |
| 259 | + | |
265 | 260 |
| |
266 | 261 |
| |
267 | 262 |
| |
268 | 263 |
| |
269 | 264 |
| |
| 265 | + | |
| 266 | + | |
| 267 | + | |
270 | 268 |
| |
271 | 269 |
| |
272 | 270 |
| |
| |||
278 | 276 |
| |
279 | 277 |
| |
280 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
281 | 282 |
| |
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
287 | 288 |
| |
| 289 | + | |
| 290 | + | |
288 | 291 |
| |
289 | 292 |
| |
290 | 293 |
| |
|
0 commit comments
Comments
(0)