You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Python Lambda package for remotion_lambdapython appears to be blocking and lacks native support for asynchronous execution. This limits its integration with async-driven environments and frameworks, which are increasingly common in modern Python applications. Adding support for async Lambda functions would enhance its usability and improve compatibility with contemporary architectures.
Use Case
Support for non-blocking, asynchronous execution in the Python Lambda package.
Enable better compatibility with async workflows, such as asyncio or frameworks relying on asynchronous I/O.
Possible Solution
Modify the Lambda function execution model to allow for async functions and non-blocking behavior.
Consider adding configuration options for handling async functions or integrating with asyncio-based workflows.
Ensure backward compatibility with existing blocking functions for users not using async operations. (AsyncRemotionClient and RemotionClient)
I am happy to make contributions if the proposed solution is acceptable. Let me know if further discussion or implementation is needed!
The text was updated successfully, but these errors were encountered:
Feature Request 🛍️
The current Python Lambda package for
remotion_lambda
python
appears to be blocking and lacks native support for asynchronous execution. This limits its integration with async-driven environments and frameworks, which are increasingly common in modern Python applications. Adding support for async Lambda functions would enhance its usability and improve compatibility with contemporary architectures.Use Case
asyncio
or frameworks relying on asynchronous I/O.Possible Solution
asyncio
-based workflows.I am happy to make contributions if the proposed solution is acceptable. Let me know if further discussion or implementation is needed!
The text was updated successfully, but these errors were encountered: