-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement check-and-pull mechanism for session creation lifecycle #2721
feat: Implement check-and-pull mechanism for session creation lifecycle #2721
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
913c5b1
to
4d6c7c0
Compare
check-and-pull
mechanism to session creation lifecycle
e777812
to
186819e
Compare
4d6c7c0
to
b2640fc
Compare
186819e
to
72350c8
Compare
b2640fc
to
fbe61c2
Compare
72350c8
to
0927a15
Compare
fbe61c2
to
2ad51d8
Compare
0927a15
to
2dbab11
Compare
2ad51d8
to
5fac8cc
Compare
03030bd
to
e054703
Compare
f3976df
to
66a1cbb
Compare
e054703
to
c26d5ee
Compare
66a1cbb
to
0621dbb
Compare
61fa41f
to
1cf8073
Compare
1cf8073
to
22258b1
Compare
…ms rather than flag
22258b1
to
b5741af
Compare
load_aliases=False, | ||
*, | ||
loading_options: Iterable[RelationLoadingOption] = tuple(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write a issue to refactor this bool flag
(KernelRow.image == image) | ||
& (KernelRow.agent == agent_id) | ||
& (KernelRow.status == KernelStatus.SCHEDULED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sa.and_?
0b24b49
to
3ce06ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ref #2276 (Step 2)
As is
Pending -> Scheduled -> Preparing (-> Pulling) -> Running -> ...
To do
Pending -> Scheduled -> Preparing (-> Pulling) -> Prepared -> Preparing(After #3114 Creating) -> Running -> ...
Checklist: (if applicable)
docs
directory📚 Documentation preview 📚: https://sorna--2721.org.readthedocs.build/en/2721/
📚 Documentation preview 📚: https://sorna-ko--2721.org.readthedocs.build/ko/2721/