Skip to content

fix(events): trace delayed retry handler failures#173

Merged
jonathanhaaswriter merged 1 commit intomainfrom
issue-172-droid-4-20260326
Apr 1, 2026
Merged

fix(events): trace delayed retry handler failures#173
jonathanhaaswriter merged 1 commit intomainfrom
issue-172-droid-4-20260326

Conversation

@jonathanhaaswriter
Copy link
Copy Markdown
Collaborator

Summary

  • mark consumer handler spans as errors before delayed retry handling
  • add regression coverage for RetryWithDelay paths that emit nak_with_delay
  • keep delayed retry semantics unchanged while restoring tracing visibility

Closes #172

Testing

  • go test ./internal/events -count=1
  • /Users/jonathan/go/bin/golangci-lint run --timeout 5m ./internal/events

@jonathanhaaswriter jonathanhaaswriter merged commit 3e46171 into main Apr 1, 2026
34 checks passed
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.

Delayed retry handler errors do not mark consumer handle spans as failed

2 participants