Skip to content

fix(use_sqs): 添加消息大小验证并补充发送功能测试#1

Merged
nowanti merged 1 commit intomainfrom
feat/sqs-message-size-limit
Jan 27, 2026
Merged

fix(use_sqs): 添加消息大小验证并补充发送功能测试#1
nowanti merged 1 commit intomainfrom
feat/sqs-message-size-limit

Conversation

@nowanti
Copy link
Contributor

@nowanti nowanti commented Jan 27, 2026

在发送消息前检查消息体大小,确保不超过 SQS 的 256KB 限制,避免无效请求。新增测试文件以全面覆盖消息发送功能,包括字符串、字典、字节等数据类型,以及 FIFO 队列、错误处理和新增的大小验证。

在发送消息前检查消息体大小,确保不超过 SQS 的 256KB 限制,避免无效请求。新增测试文件以全面覆盖消息发送功能,包括字符串、字典、字节等数据类型,以及 FIFO 队列、错误处理和新增的大小验证。
@nowanti nowanti merged commit de699a3 into main Jan 27, 2026
6 checks passed
@nowanti nowanti deleted the feat/sqs-message-size-limit branch January 27, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant