Skip to content

Commit

Permalink
[ticket parser] Fix add to refresh queue when receive retryable error… (
Browse files Browse the repository at this point in the history
  • Loading branch information
molotkov-and authored Oct 16, 2024
1 parent a8646ca commit 3815748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/security/ticket_parser_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,8 @@ class TTicketParserImpl : public TActorBootstrapped<TDerived> {
record.RefreshRetryableErrorImmediately = false;
GetDerived()->CanRefreshTicket(key, record);
Respond(record);
CounterTicketsErrors->Inc();
return;
}
} else {
record.UnsetToken();
Expand Down

0 comments on commit 3815748

Please sign in to comment.