Hi all!
I'm developing Actions on Google and use Firebase Functions to host Node.js app. But I have found that Firebase Functions restarts app for almost all requests (once in 10-20 requests it persists to use already run instance). And because I need to load some resource (just few small files) it takes about 3-4 seconds to restart Function each request what drops response time from ~500ms to ~5000ms (10 times slower).
How could I persist to not restart node.js app?
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1c69cb1d-35db-4dbb-9322-aa36c3d2e5a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/MZjwG3XEKus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/ae3bf8b4-60bd-449e-a85e-70752118287a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/ae3bf8b4-60bd-449e-a85e-70752118287a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.