|
|
|
|
|
by crandycodes
3737 days ago
|
|
I just ran a sample http triggered function after it sat around cold. It took about a second to respond with "hello world" and then under 100ms after that. Purely anecdotal. Your experience will vary, etc. Cold start is kinda par for the course with "serverless" so far. We're trying our best to minimize the time it takes to having NO servers to having a server. I think we've got some great folks on our team working to solve that. FYI - You can reserve a VM, if you want, but then you're paying until you turn it off. It will always stay hot, though. |
|