Commit 49c97f4
authored
fix(pegboard): skip protocol version keys in runner pool backfill (#4620)
# Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
## How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes1 parent c1b1e03 commit 49c97f4
3 files changed
Lines changed: 28 additions & 39 deletions
File tree
- engine/packages/pegboard/src
- keys
- workflows
- rivetkit-typescript/packages/rivetkit-native/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
273 | 276 | | |
274 | 277 | | |
275 | 278 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
Lines changed: 16 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
| 245 | + | |
253 | 246 | | |
254 | 247 | | |
255 | 248 | | |
| |||
291 | 284 | | |
292 | 285 | | |
293 | 286 | | |
294 | | - | |
295 | | - | |
296 | | - | |
| 287 | + | |
297 | 288 | | |
298 | 289 | | |
299 | 290 | | |
300 | 291 | | |
301 | 292 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
| 293 | + | |
306 | 294 | | |
307 | 295 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
| 296 | + | |
| 297 | + | |
314 | 298 | | |
315 | 299 | | |
316 | 300 | | |
| |||
328 | 312 | | |
329 | 313 | | |
330 | 314 | | |
331 | | - | |
332 | | - | |
333 | | - | |
| 315 | + | |
334 | 316 | | |
335 | 317 | | |
336 | 318 | | |
| |||
349 | 331 | | |
350 | 332 | | |
351 | 333 | | |
352 | | - | |
353 | | - | |
354 | | - | |
| 334 | + | |
355 | 335 | | |
356 | 336 | | |
357 | 337 | | |
| |||
393 | 373 | | |
394 | 374 | | |
395 | 375 | | |
396 | | - | |
397 | | - | |
398 | | - | |
| 376 | + | |
399 | 377 | | |
400 | 378 | | |
401 | 379 | | |
| |||
0 commit comments