Commit 9898443
fix(retry): skip flush task after seal to prevent duplicate sends
When the bgworker is detached after shutdown timeout, retry_dump_queue
writes retry files and sets sealed=1. The detached thread could then
run retry_flush_task and re-send those files, causing duplicates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 43e912c commit 9898443
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments