Skip to content

Conversation

Schnouki
Copy link
Collaborator

AWS increased the SQS message size limit from 256 KB to 1 MB on Aug 4, 2025 (ref).
This PR updates the code to reflect this change:

  • MAX_MESSAGE_LENGTH constant updated from 262144 to 1048576 bytes
  • Documentation updated to reference 1 MB instead of 256 KB
  • Tests adjusted to work with the new limit
  • Added xfail for localstack tests as ElasticMQ still uses the old limit

Schnouki and others added 2 commits August 12, 2025 00:11
AWS increased the SQS message size limit from 256 KB to 1 MB on Aug 4, 2025.
This commit updates our code to reflect this change:

- MAX_MESSAGE_LENGTH constant updated from 262144 to 1048576 bytes
- Documentation updated to reference 1 MB instead of 256 KB
- Tests adjusted to work with the new limit
- Added xfail for localstack tests as ElasticMQ still uses the old limit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Schnouki Schnouki self-assigned this Aug 11, 2025
@Schnouki Schnouki requested review from a team, PotHix and artyom and removed request for a team August 11, 2025 22:35
@Schnouki Schnouki merged commit 58b9c08 into main Aug 12, 2025
12 checks passed
@Schnouki Schnouki deleted the thomas/update-message-max-size branch August 12, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants