Skip to content
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

change timing logs from dendrite process_time to be timeout #187

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

mccrindlebrian
Copy link
Contributor

No description provided.

@mccrindlebrian mccrindlebrian merged commit 718daae into pre-staging Apr 3, 2024
3 checks passed
self.uids = uids
self.completions = [synapse.completion for synapse in responses]
self.timings = [synapse.dendrite.process_time or 0 for synapse in responses]
self.timings = [
synapse.dendrite.process_time or timeout for synapse in responses
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't right. needs to consider the status code.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are many possible causes for synapse.dendrite.process_time=0. we need more explicit logic

@p-ferreira p-ferreira mentioned this pull request Apr 4, 2024
@mccrindlebrian mccrindlebrian deleted the fix-dendrite-timing branch April 16, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants