Skip to content

fix: prevent duplicate log entries during graceful shutdown - #6

Open
Kasuki354 wants to merge 1 commit into
rachelealicek:mainfrom
Kasuki354:fix/duplicate-log-entries
Open

fix: prevent duplicate log entries during graceful shutdown#6
Kasuki354 wants to merge 1 commit into
rachelealicek:mainfrom
Kasuki354:fix/duplicate-log-entries

Conversation

@Kasuki354

Copy link
Copy Markdown

Use sync.Once for single log per request. /claim #1

…ring graceful shutdown

Use sync.Once to ensure each request is logged exactly once, even if
both the cancellation handler and completion handler try to log.

/claim rachelealicek#1
@opirebot

opirebot Bot commented Aug 7, 2026

Copy link
Copy Markdown

😅 Unfortunately there are no rewards left to claim in this issue!

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.

1 participant