Skip to content
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

GetWorkflowHistory payload size exceeds limit for a single page #487

Open
8 tasks
drewhoskins-temporal opened this issue May 30, 2024 · 0 comments
Open
8 tasks
Labels
enhancement New feature or request

Comments

@drewhoskins-temporal
Copy link

Is your feature request related to a problem? Please describe.

A workflow page with large payloads can exceed the GRPC limit.
For example, a user might have a proxy that has a 4MB limit and when downloading a page of history with GetWorkflowHistory that has large payloads in it (such as activity args), it could be larger than that limit.

This gets the workflow into a state that's difficult-to-impossible to recover from.

Describe the solution you'd like

Dunno. Try pagination through smaller pages if there's a size problem? Implement a payload store?

Additional context

Per-SDK Tickets

  • Go -
  • Java -
  • Core -
  • TypeScript -
  • Python -
  • .NET -
  • PHP -
  • Temporal CLI -
@drewhoskins-temporal drewhoskins-temporal added the enhancement New feature or request label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant