parse.com - Unexpected email warning for Exceeding rate request -


i received email : app exceeded 75% of plan's request limit of 30 requests/second. additional requests parse exceeding rate of 40 requests/second dropped, returning error error code 155.

but haven't sent push notification user how possible app exceeds request limit.

push notifications 1 type of request tracked parse. making other request types. parse faq (emphasis added):

what considered api request?

anytime make network call parse on behalf of app using 1 of parse sdks or rest api, counts api request. this include things queries, saves, logins, amongst other kinds of requests. includes requests send push notifications, although seen single request regardless of how many recipients targeted. serving parse files counts api request, including static assets served parse hosting. analytics requests have special exemption. can send analytics events time without being limited app's request limit.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -