I run in FRA and in general I’m regularly seeing occasional function timeouts waiting for runtime.
These functions are user initiated so my app is basically unreliable as a result. I can’t easily build a retry into the function because my functions retry on the code level and it can’t get a runtime environment.
TL;DR
User is experiencing timed out function issues due to waiting for runtime. Functions are user initiated, making the app unreliable. Unable to build a retry into the function due to the runtime environment.