fr3fou
fr3fou
Explore posts from servers
WWindmill
Created by fr3fou on 7/22/2024 in #help
`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.
ApiError: Internal Server Error
ApiError: Internal Server Error
at catchErrorCodes (file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:224:15)
at file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:269:45
at Generator.next (<anonymous>)
at fulfilled (file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:5:58)
at eventLoopTick (ext:core/01_core.js:168:7)
ApiError: Internal Server Error
ApiError: Internal Server Error
at catchErrorCodes (file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:224:15)
at file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:269:45
at Generator.next (<anonymous>)
at fulfilled (file:///tmp/windmill/cache/deno/npm/registry.npmjs.org/windmill-client/1.365.0/dist/core/request.js:5:58)
at eventLoopTick (ext:core/01_core.js:168:7)
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 Minio
3 replies
RRailway
Created by fr3fou on 1/27/2024 in #✋|help
Do I need to pay for extra project members?
No description
9 replies
WWindmill
Created by fr3fou on 10/9/2023 in #help
Always-on scripts/flows?
Is there a way to have some HTTP server / blocking function to run and never stop?
2 replies
WWindmill
Created by fr3fou on 10/7/2023 in #help
Nested for loops?
No description
2 replies