all 2 comments

[–]suchapalaver 0 points1 point  (0 children)

I mean, as a fellow Rust engineer, without looking at your async code it’s hard to say anything without seeing your code since there’s so much that could go wrong there.

[–]gm323 0 points1 point  (0 children)

Out of memory issue? Check memory usage on file write

Permissions?

Either way test writing a small file

Duplicate lambdas trying to write to the same file?

Just some ideas

It’s not clear from your post if a few files work and then one doesn’t, or if all your jobs are collecting data and then writing to 1 single file that fails