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: include complete timeout in signature generator failure #927

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

ppca
Copy link
Contributor

@ppca ppca commented Nov 6, 2024

No description provided.

@ppca ppca requested a review from volovyks November 6, 2024 18:14
@volovyks volovyks merged commit dce63db into develop Nov 20, 2024
3 checks passed
@volovyks volovyks deleted the xiangyi/fix_signature_generator_failure branch November 20, 2024 13:06
@@ -533,6 +533,9 @@ impl SignatureManager {
));
} else {
self.completed.insert(sign_request_identifier.clone(), Instant::now());
crate::metrics::SIGNATURE_GENERATOR_FAILURES
Copy link
Collaborator

@volovyks volovyks Nov 20, 2024

Choose a reason for hiding this comment

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

@ppca on a second thought, I'm not sure if this is what we need. Both SIGNATURE_GENERATOR_FAILURES and SIGNATURE_FAILURES are barely matching their naming.

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