Payment limit for Heroku

I start working with Heroku and worry if he will blame me for the mistake I make. For example, populating a database of more than 5 MB. So, is there a way to set a billing limit for the Heroku system or a notification to send a notification when I go over the price limit?

Thank you at Advance!

+6
source share
2 answers

Do not think so. But the heroic only accounts if you really signed up for something, such as an addon that is not free. If you use up to 5 megabytes of database, they will send you an e-mail message stating that you have exceeded the limit and simply terminate all INSERT operations in the database.

Another thing to note: do not leave the console to the hero for longer than necessary, since this requires another worker and is paid.

+4
source

All restrictions are soft limits. New row restrictions on database plans, if exceeded, will trigger an email notification so you can take action.

+4
source

Source: https://habr.com/ru/post/921579/


All Articles