API Services - Cloud Code Limits?

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

Here are the limits (from the Pricing page):

The limit on the Scale plan can be increased:

Is that per month? per day? hr? how much does a single cloud function call usually take? 5 seconds doesn’t feel like it would be enough…

per invocation

okay, well that’s great :smiley:
is there a rate limit to how many times a cloud function can run?

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.

Thanks for the info.
I very much doubt i’d get it to 100 completed Paypal transactions a second so probable won’t have to worry about it :smiley:

Let’s hope you do!!! :pray: :slightly_smiling_face: