Commit efa2a91
fix(BA-5650-F): align slice F call sites with renamed sokovan fields
- ``SessionWorkload`` now uses ``main_access_key`` / ``owner_id``; the
``PendingSessionData.to_session_workload`` bridge is updated accordingly.
- Scheduler db_source constructions of ``SessionDataForPull`` /
``SessionDataForStart`` use the new kwargs.
- ``cache_invalidation`` reverts to ``info.access_key``
(``SessionTransitionInfo`` still carries the old field at slice F).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 707fd7b commit efa2a91
3 files changed
Lines changed: 15 additions & 15 deletions
File tree
- src/ai/backend/manager
- repositories/scheduler
- db_source
- types
- sokovan/scheduler/post_processors
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3102 | 3102 | | |
3103 | 3103 | | |
3104 | 3104 | | |
3105 | | - | |
| 3105 | + | |
3106 | 3106 | | |
3107 | 3107 | | |
3108 | 3108 | | |
| |||
3294 | 3294 | | |
3295 | 3295 | | |
3296 | 3296 | | |
3297 | | - | |
| 3297 | + | |
3298 | 3298 | | |
3299 | 3299 | | |
3300 | 3300 | | |
3301 | 3301 | | |
3302 | 3302 | | |
3303 | | - | |
| 3303 | + | |
3304 | 3304 | | |
3305 | 3305 | | |
3306 | 3306 | | |
| |||
4074 | 4074 | | |
4075 | 4075 | | |
4076 | 4076 | | |
4077 | | - | |
| 4077 | + | |
4078 | 4078 | | |
4079 | 4079 | | |
4080 | 4080 | | |
| |||
4293 | 4293 | | |
4294 | 4294 | | |
4295 | 4295 | | |
4296 | | - | |
| 4296 | + | |
4297 | 4297 | | |
4298 | 4298 | | |
4299 | 4299 | | |
4300 | 4300 | | |
4301 | 4301 | | |
4302 | | - | |
| 4302 | + | |
4303 | 4303 | | |
4304 | 4304 | | |
4305 | 4305 | | |
| |||
4369 | 4369 | | |
4370 | 4370 | | |
4371 | 4371 | | |
4372 | | - | |
| 4372 | + | |
4373 | 4373 | | |
4374 | 4374 | | |
4375 | 4375 | | |
| |||
4625 | 4625 | | |
4626 | 4626 | | |
4627 | 4627 | | |
4628 | | - | |
| 4628 | + | |
4629 | 4629 | | |
4630 | 4630 | | |
4631 | 4631 | | |
4632 | 4632 | | |
4633 | 4633 | | |
4634 | | - | |
| 4634 | + | |
4635 | 4635 | | |
4636 | 4636 | | |
4637 | 4637 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments