Commit 4bcfcc0
committed
[skills] Fix REVIEW-MEDIUM-3: include import_key in both POST payloads
Why: buildImportKey was computed but never transmitted, so the ingest
endpoint had no way to de-dupe when a retry raced with a belated
success from the original request — exactly the failure mode retries
create. Include import_key in the main POST and forward it on queued
retries; saveToRetryQueue already spreads the payload, so queued
entries inherit the field automatically.1 parent 445b47b commit 4bcfcc0
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
249 | 254 | | |
250 | 255 | | |
251 | 256 | | |
| |||
343 | 348 | | |
344 | 349 | | |
345 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
346 | 354 | | |
347 | 355 | | |
348 | 356 | | |
| |||
0 commit comments