I have some questions about reliability of firebase cloud function triggers at scale. My application sometimes needs to trigger thousands of cloud functions that all must be completed successfully.
Thanks
--
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-talk+unsubscribe@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/5531a506-830e-4aca-b6d5-e37d441446a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are these limitations documented? I understand too many functions from a single update, but limiting by time window etc effectively bounds the size of a solution that can work on the platform in this way.
--
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-talk+unsubscribe@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/50d4746f-e8db-4011-b2bb-0d6896205ce4%40googlegroups.com.
So I am being a bit evasive about stating exact limits, becuase it's a beta product and we still want to tune them according to what makes sense for typical usage. I think the limits will probably be lowered from what they are now. We will document it then. If you are firing a small number of triggers per write (<20), you will run into database write scaling limits before triggers. Only in the case of trying to fire n triggers per write for larger n will you risk see missing triggers from rate limiting.
On Apr 8, 2017 5:38 PM, "Nick Okunew" <naok...@gmail.com> wrote:
Are these limitations documented? I understand too many functions from a single update, but limiting by time window etc effectively bounds the size of a solution that can work on the platform in this way.
--
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 unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@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/c79b21da-5c15-4a25-8172-076262ccda77%40googlegroups.com.