Skip to content

Commit

Permalink
Ignore ZADD messages that are used for the directories the certificat…
Browse files Browse the repository at this point in the history
…es are in.
  • Loading branch information
jum committed Jan 14, 2025
1 parent 449c7c8 commit ecf4567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ func listenRedis(ctx context.Context) error {
if didOne {
needExec = true
}
case "zadd":
// Ignore ZADD, used if the directory is updated.
default:
slog.Warn("unhandled message", "msg", msg)
}
Expand Down

0 comments on commit ecf4567

Please sign in to comment.