-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: Added /msg_multi for sending multiple messages & metrics for protocol loop iter latency #538
Conversation
Terraform Feature Environment (dev-538)Terraform Initialization ⚙️
|
6d384a4
to
57ce65e
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.
Have you tested how it affects the protocol? Add a description, please
@@ -86,7 +87,35 @@ async fn msg( | |||
Ok(()) | |||
} | |||
|
|||
#[derive(Serialize, Deserialize)] | |||
#[tracing::instrument(level = "debug", skip_all)] | |||
async fn msg_multi( |
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.
Should we merge msg
and msg_multi
into one function?
I think the send_multi seems broken given an earlier deploy on dev last night, no triples were generated. Let's not merge this until we test it on dev again. |
yeah let me fix this on dev. Not necessary to go to partners just yet since what we have is working just fine |
closing this in favor of #549 |
No description provided.