I am trying to use MongoDB Stitch for real-time analytics. The MongoDB Stitch documentation documentation states the following note:
Stitch limits the execution of trigger functions to a rate of 50 executions per second across all triggers in an application. If additional triggers fire beyond this threshold, Stitch adds their associated functions to a queue and executes the functions once capacity becomes available.
I am looking for more clarity on the statement above, and the questions are listed below: