Commit 65fe7d0
committed
docs(adapter/sqs): PR #923 round-3 — drop stale buildBatchSendRecord doc + note residual edge
claude[bot] approved round-2; these are the two non-blocking nits it raised:
- Remove the stale first paragraph of buildBatchSendRecord's doc comment (it
referenced a *sqsAPIError return that no longer exists and duplicated the
accurate description that follows).
- Document the residual edge in the design doc: if attempt 1 commits and a
concurrent SetQueueAttributes tightens a limit before the retry, the retry
re-validates and reports the (already-stored) entry as failed — an
inconsistent client view within the at-least-once contract, never a
double-send. No code change.
No functional change.1 parent ac3e128 commit 65fe7d0
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | 406 | | |
411 | 407 | | |
412 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
361 | 373 | | |
362 | 374 | | |
363 | 375 | | |
| |||
0 commit comments