Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota0624 committed Jan 16, 2025
1 parent cef98cb commit 5cc3ff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cluster/identitylookup/postgresql/activation_waiting_actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ SELECT * FROM activations WHERE identity_key = ANY($1)
}

func (a *ActivationWaitingActor) onStopping(context actor.Context) {
/// TODO: clusterの停止に伴ってすべての待ちリストへゴメンを送る

if a.cancelScheduler != nil {
a.cancelScheduler()
}
Expand Down

0 comments on commit 5cc3ff1

Please sign in to comment.