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

fix(taskworker) Make complete metric not include RPC calls #86125

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

markstory
Copy link
Member

We want to make sure the worker isn't consuming significantly more time than the task takes to execute. In order to do that we need timing exclusive of RPC calls.

We want to make sure the worker isn't consuming significantly more time
than the task takes to execute. In order to do that we need timing
exclusive of RPC calls.
@markstory markstory requested a review from a team as a code owner February 28, 2025 19:33
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 28, 2025
@markstory markstory merged commit a97fa64 into master Feb 28, 2025
50 checks passed
@markstory markstory deleted the fix-worker-complete branch February 28, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants