US1124088: Payload Batching job-service enhancement #567
US1124088: Payload Batching job-service enhancement #567rajasekar-balasubramani wants to merge 10 commits into
Conversation
|
The Documentation QA site for this branch has been built: |
|
These are comments from Copilot. Feel free to disagree with them because I have not had a chance to go through them myself. PR: #567 — US1124088: Payload Batching job-service enhancement What it does: Adds an opt-in payload-batching pipeline for
Verdict: Request changes. The design is sound and the test coverage (1015 lines of unit + container + acceptance) is impressive, but there's a correctness gap around partial-batch failure that needs to be addressed before this lands, plus a couple of preexisting bugs in the modified path that this PR could clean up while it's there. Must-fix1.
|
|
CODE REVIEW CHANGES:
Also added a manual retry of three times for every batched message if the exception is transient. To avoid retrying batches from start. |
Payload Batching - Job Service Enhancement