-
Notifications
You must be signed in to change notification settings - Fork 114
fix(epoxy): fix sending msgs to self #2913
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.
1 Skipped Deployment
|
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: |
@@ -14,10 +15,10 @@ use crate::types; | |||
// 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 coordiinator to send begin learning signal | |||
// Wait for cooridinator 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 typo in the comment: cooridinator
should be spelled coordinator
.
// Wait for cooridinator 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.
let begin_learning = ctx.listen::<super::BeginLearning>().await?; | ||
|
||
// TODO: Parallelize replicas | ||
// TODO: Paralellize replicas |
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 typo in the comment: Paralellize
should be spelled Parallelize
.
// TODO: Paralellize replicas | |
// TODO: Parallelize replicas |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
e67a469
to
734f367
Compare
808ae80
to
37b90b4
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. |
734f367
to
e67a469
Compare
37b90b4
to
808ae80
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. |
808ae80
to
8de2534
Compare
e67a469
to
4f09c22
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. |
8de2534
to
ae449e3
Compare
4f09c22
to
a191a45
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
No description provided.