anonvtOriginal post
Rank 1: Thread
Self hosted app write instance. Just created starter function from template, it deploys fine but any execution fails with timed out. Have increased the timeout value as well.
The log shows: function timed out during cold start error code 400
Anything obvious that I am missing?
Summary
Developers encountering timeout issues during cold start for a self-hosted app. Created a starter function from a template and deployed it successfully, but all executions fail due to timeouts. Increased the timeout value without success. Error code 400 specifically mentions "function timed out during cold start." Concerned about potential oversight in their setup.
Solution: Ensure the function is optimized for cold starts and consider revising the code to improve performance during cold starts.