-
Notifications
You must be signed in to change notification settings - Fork 113
chore: cleanup, move ee changes #2901
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
commit: |
// activities which can cause the learning process to enter an invalid state. | ||
|
||
pub async fn setup_replica(ctx: &mut WorkflowCtx, _input: &super::Input) -> Result<()> { | ||
// Wait for cooridinator to send begin learning signal | ||
let begin_learning = ctx.listen::<super::BeginLearningSignal>().await?; | ||
// Wait for coordiinator to send begin learning signal |
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.
There's a small typo in the comment: coordiinator
should be spelled coordinator
.
// Wait for coordiinator to send begin learning signal | |
// Wait for coordinator to send begin learning signal |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
2b1bc3d
to
7514d84
Compare
23638c9
to
6fdec58
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
e1a7333
to
6fdec58
Compare
d72c48f
to
7514d84
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
7514d84
to
be514ef
Compare
6fdec58
to
50dfdae
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
50dfdae
to
ac0b174
Compare
be514ef
to
a2a8c3c
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
No description provided.