Skip to content

feat: warn about oversized payloads - #811

Draft
xepozz wants to merge 2 commits into
temporalio:masterfrom
xepozz:feature/payload-warnings
Draft

feat: warn about oversized payloads#811
xepozz wants to merge 2 commits into
temporalio:masterfrom
xepozz:feature/payload-warnings

Conversation

@xepozz

@xepozz xepozz commented Sep 12, 2026

Copy link
Copy Markdown
Collaborator

What was changed

A [TMPRL1103] warning is logged when an outgoing gRPC request or a Workflow command carries payloads above the configured limit (512 KiB payloads, 2 KiB memo by default).

Why?

Closes #802.

Checklist

  • Covered by tests

Log a [TMPRL1103] warning when an outgoing gRPC request or a Workflow
command carries payloads above the configured limit.
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.

Warn if the SDK tried to send a payload above a specific size - PHP

1 participant