We are growing the activity in our app and are sometimes coming across the following error:
Maximum request per minute limit has been reached for the app. Please have the owner of the app contact Backendless to increase the rate limit.
The average load of our app is still quite low.
However, we have one method that is creating peaks.
This method peaks every 30 minutes because we are scheduling notifications to an external app. The way we are currently scheduling the notifications is via webhook and the previous notification generates the next one.
Is there a best practice in Backendless to gradually queue notifications on future dates instead of peaking every 30 minutes? Is there a blueprint app that uses notifications?