APPLICATION ID = FF55A111-06AF-7EB1-FFDE-B5B62760CA00
I was wondering how much I can run Cloud Code Functions?
I wanna use Paypal and Cloud Code the Webhook + Database to verify payment has been made… but that means I can’t have the Webhook fail the cloud code at all…
I already tested plenty and it works great… just don’t wanna have failed payment verification if the cloud code hits a rate limit
There is a limit of 100 concurrent operations. If your API service operations are completed as fast as possible, it should not be a problem. If it becomes a problem (i.e. you get 100 Paypal transactions per second), you should consider migrating to a self-hosted version of Backendless.