7 ms·
Sometimes there's limits to how high you can scale without overloading dependencies. For example, the database that the service accesses might only support n co
by kevindong 5y ago
Sometimes there's limits to how high you can scale without overloading dependencies. For example, the database that the service accesses might only support n connections and the service is already using approximately n connections.