IBM / ibm-cloud-functions-serverless-apis

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to HTTP REST API calls.
https://developer.ibm.com/code/patterns/build-serverless-api-handlers/
Apache License 2.0
31 stars 40 forks source link

Connections not closing immediately with destory() #39

Closed andybs closed 7 years ago

andybs commented 7 years ago

The current connection limit for the trial clearDB is 4 connections. While this works consistently for one time tests, the connections are not closing out immediately with destroy which causes the following error:

{ "code": "ER_USER_LIMIT_REACHED", "errno": 1226, "sqlState": "42000", "fatal": true }