REMINDER
Database and prevention/alert in case of overflow
-
Dear,
As far as the database is concerned, we have subscribed to an "Medium" plan.
I would like to know if and when there is an overrun alert, so that I can move to a higher plan.
For example, I would like to receive an alert when we are at 80% capacity. This would allow me to react and anticipate also in terms of budget.
So the questions are:
1-Does this function already exist?
2-And if not, how can it be implemented?
Thank you for your help. -
@Nicolas-Flamel said in Database and prevention/alert in case of overflow:
1-Does this function already exist?
2-And if not, how can it be implemented?
Thank you for your help.Hi,
You receive an email when you reach the limit but not at xx% of the capacity. Thus for the reason your plan is impacted by different limits and not a single one.
The different reasons you can reach the limits and the solutions are:
- You have reached the maximum of database row quota => You can add a daily check and count your rows to check the percentage compared to your offer. But globally you can visually see it on your dashboard.
- Your API execution time has reach your monthly allowed quota => Same solution as database
- Your subscription is expired => We automatically renew it if you don't unsubscribe, so you shouldn't have an issue
- Your API calls per minute limit has been reached => We will block all incoming requests until the next minute and receive an alert that it happened. If it happens too often check if you need to upgrade or if you can optimize your project to avoid an excessive amount of API call on the same period.
- The limit of transactional email you can send has been reached => Everytime you send an email you get the number of remaining email you can send this month. You can build your logic on that.
With many projects in production we have we never faced an issue due to the offer. We do the following:
- We look on a weekly basis the usage
- We receive an alert if an action has been blocked
-
Thank You Wassim.