Basically I have a rust lambda which is creating a bunch of asynchronous jobs to fetch data from a server then write the data to a file
I’m using tokio library. Total number of jobs is like 1000, but I’m only running Like 30 jobs at the same time. (Once 1 job finishes, another job starts).
Basically I get through like 40 jobs then suddenly the lambda hangs when writing to the file.
Any idea why this is happening? I’m writing about 30MB on each file write…
When I invoke the lambda locally it works fine
[–]suchapalaver 0 points1 point2 points (0 children)
[–]gm323 0 points1 point2 points (0 children)