Hey Moralis Team,
first of all congrats with the launch of Nitro! With that I have a question I was wondering about. How scalable are the moralis hooks in terms of invocations. Iโm using moralis primarily to reliably catch smart contract events and then make api calls to another cloud function for some processing. I was wondering if these hooks can scale to potentially 100s of requests per second and which risks there are in terms of not catching some events. For my application itโs critical that all new events get caught immediatly.
Thanks!