We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening workflow execution page is failing with error "Request failed with status code 429 grpc: received message larger than max when opening"
Flyte console should shows workflows execution properly
The issue seems to happen due to /api/v1/executions/ API response returning an execution object that has a huge closure.error.message payload.
/api/v1/executions/
closure.error.message
No response
The text was updated successfully, but these errors were encountered:
cc @ursucarina / @jsonporter
Sorry, something went wrong.
our flyte versions: flyteadmin version is v1.1.29-hotfix and our flyteconsole version is v1.1.6
@katrogan has fixed it
katrogan
No branches or pull requests
Describe the bug
Opening workflow execution page is failing with error "Request failed with status code 429 grpc: received message larger than max when opening"
Expected behavior
Flyte console should shows workflows execution properly
Additional context to reproduce
The issue seems to happen due to
/api/v1/executions/
API response returning an execution object that has a hugeclosure.error.message
payload.Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: