Archives : December-2019

Home » 2019 » December

Each Aurora has a max connections limit. E.g. “db.t2.small” is around 45 connections. The limit is derived from the instance’s memory size. The larger the memory the bigger the max connection limit. See more info here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Performance.html If max limit is reached you will not be able to connect. May receive error like this: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: ..

Read more

The Ezidebit Javascript library does not have a timeout logic built-in. So it is possible to be waiting for transaction response indefinitely after payment form is submitted to Ezidebit. In this case the callback will never be called. We won’t know if the payment will eventually be processed or not. The only way to find ..

Read more