Skip to content

Commit

Permalink
ref(project-cache): Tag deadline exceeded error with rev info (#4412)
Browse files Browse the repository at this point in the history
If there is a revision, there is already a project config in the cache.
  • Loading branch information
Dav1dde authored Dec 19, 2024
1 parent 9ad36d8 commit c1233b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay-server/src/services/projects/cache/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ impl ProjectCacheService {
Err(err) => {
relay_log::error!(
tags.project_key = fetch.project_key().as_str(),
tags.has_revision = fetch.revision().as_str().is_some(),
error = &err as &dyn std::error::Error,
"failed to fetch project from source: {fetch:?}"
);
Expand Down

0 comments on commit c1233b4

Please sign in to comment.