Skip to content

Commit

Permalink
fixup! generic lookup: handle retrievable errors in grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
yumkam committed Jan 10, 2025
1 parent 14f73f0 commit 3872b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ namespace NYql::NDq {
actorSystem->Send(new NActors::IEventHandle(ParentId, SelfId(), errEv.release()));
}

void Handle(TEvRetry::TPtr ev) {
void Handle(TEvRetry::TPtr) {
auto guard = Guard(*Alloc);
Y_ENSURE(RetriesRemaining > 0);
--RetriesRemaining;
Expand Down

0 comments on commit 3872b37

Please sign in to comment.