Skip to content

fix(worker): only log import latency for non-time outs#3167

Merged
andrewpollock merged 2 commits into
google:masterfrom
andrewpollock:fix_worker_importer_latency_logging
Feb 19, 2025
Merged

fix(worker): only log import latency for non-time outs#3167
andrewpollock merged 2 commits into
google:masterfrom
andrewpollock:fix_worker_importer_latency_logging

Conversation

@andrewpollock
Copy link
Copy Markdown
Contributor

This adjusts the latency logging behaviour so that it only happens when a task completes successfully (as opposed to times out, and is subject to being retried).

Fixes: #1871

This adjusts the latency logging behaviour so that it only happens when
a task completes successfully (as opposed to times out, and is subject
to being retried).

Fixes: google#1871
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.

Don't log import latency every time the task times out

2 participants