Hi, I just ran a huge task that created a string s...
# ask-the-community
a
Hi, I just ran a huge task that created a string so large that it flunks the flyte console..
Copy code
Request failed with status code 429 grpc: received message larger than max (5312870 vs. 4194304)
Acknowledging that i should have saved it to a flytefile rather than serialize to json; is there some way i can recover the result from flytectl.. eg outputting the Output as a .txt? trying stuff like `flytectl get execution -p flytesnacks -d development f6bd7d0af33bf4d73982`` but cant find the right command
y
flyteremote?
kind of a weird message though…
how was it uploaded to begin with if it exceeds message size?
worst case you can get execution from the api and browse the s3 path it was uploaded to.