Skip to content

docs(batch): clarify ordering/async processing #4081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 23, 2025
Merged

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR adds a new callout in the SQS processing section of the Batch Processing docs to clarify that order of processing is not guaranteed by default, and nudges customers to look into changing the default behavior or using the SQS FIFO processor (see below):

Screenshot 2025-06-23 at 12 19 00

The PR also adds additional clarifications around this topic in the section dedicated to sequential batch processing (second paragraph above code snippet in code below):

Screenshot 2025-06-23 at 12 23 16

The PR also cleans up outdated sections and marks the sync methods as deprecated and to be removed in the next major version, since the asynchronous one can transparently cover for both, and we have this item in our v3 discussion (#2560).

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #4080


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Jun 23, 2025
@boring-cyborg boring-cyborg bot added batch This item relates to the Batch Processing Utility documentation Improvements or additions to documentation labels Jun 23, 2025
@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Jun 23, 2025
Co-authored-by: Stefano Vozza <svozza@amazon.com>
@dreamorosi dreamorosi requested a review from svozza June 23, 2025 14:12
Copy link

@dreamorosi dreamorosi merged commit 66fb73e into main Jun 23, 2025
46 checks passed
@dreamorosi dreamorosi deleted the docs/batch_processing branch June 23, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
batch This item relates to the Batch Processing Utility documentation Improvements or additions to documentation size/L PRs between 100-499 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Clarity on SQS ordering
2 participants