Files
webhooker/internal/delivery/engine_integration_test.go
clawbot 62481a6f1a
All checks were successful
check / check (push) Successful in 5s
Root background loops at context.Background() (closes #97) (#100)
The delivery engine worker pool and the retention reaper both rooted their
goroutines in the fx OnStart hook context, which fx cancels 15s into startup.
Both now use context.WithCancel(context.Background()), bounded by OnStop.
2026-08-10 15:44:56 +02:00

20 KiB