`ApiError: Internal Server Error` when writing a 2MB csv file
Using the
wmill.writeS3File
function to write a small csv file from ~20k lines and it seems to give this error.
If I try the same script with less data (thus making the file smaller), e.g. 5k csv lines it works fine. Upping it to 10k (it's ~1MB then), it still crashes.
I'm also confident that it's not the serialization that's failing and it is indeed the call to writeS3File
.
Running CE v1.365.0
, self hosted, Deno TypeScript, Self Hosted Minio1 Reply
right, taking a closer look at the worker logs:
clearly gives me the answer :D
- updated my nginx ingress to add some timeout annotations and that fixed it