I'm on the free tier of graph.cool using the framework, and I notice that the duration of my requests can be all over the place, anywhere from 100ms to 5000ms for the same request. I assume this is because of the free tier?
a
agartha
11/29/2017, 5:10 PM
@steveb Is that for a legacy project or a Framework service?
s
steveb
11/29/2017, 5:15 PM
framework
a
agartha
11/29/2017, 5:17 PM
Might be due to AWS Lambda cold start issues. Do you see the delays after not calling the function for quite a while?
agartha
11/29/2017, 5:18 PM
Or also when calling the same function a number of times in a row?
l
lawjolla
11/29/2017, 5:33 PM
I was going to mention cold start. I bet you're right.
👍🏻 1
a
agartha
11/29/2017, 5:36 PM
If that's indeed the case, I think a FR is the right thing to do.