remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.58k stars 952 forks source link

Lambda v4.0.174 may not clean up resolved-props after error #4006

Closed mw10013 closed 1 week ago

mw10013 commented 2 weeks ago

Bug Report 🐛

Remotion 4.0.174

Screenshot below shows instance on 6/16/2024 where resolved-props were not cleaned up.

Screenshot 2024-06-16 at 8 59 07 PM

This may be due to a main function error of TooManyRequestsException, perhaps because we hit our concurrency limit of 1000.

Screenshot 2024-06-16 at 9 06 03 PM

And seems to cause a timeout.

Screenshot 2024-06-16 at 9 08 42 PM
JonnyBurger commented 1 week ago

Thanks for reporting!