remotion-dev / github-unwrapped-2023

Your coding year in review
https://www.githubunwrapped.com
871 stars 62 forks source link

[Question] Lambda invocations count clarification needed. #198

Closed RukshanJS closed 10 months ago

RukshanJS commented 10 months ago

Can someone please explain what a concurrent run is in relation with a single video render? Do we expect to see just one invocation per video render?

RukshanJS commented 10 months ago

By further studying, i got to know that multiple lambda functions are created to render the video part-wise, which makes sense from a render-performance perspective. https://www.remotion.dev/docs/lambda#how-it-works

But is there any way that i can configure the number of max lambda functions created (so that I can stay within the max concurrent lambda limit)?

JonnyBurger commented 10 months ago

Answered in https://github.com/remotion-dev/remotion/issues/3305