Max Database connections after login

0
Hi all, I have an app running where somehow as soon as someone logs in, the maximum of 50 database connections is established. This does not seem like normal app behaviour. I have tried removing all widgets from the app, but still the problems persists. Is there anyone who has encountered this sort of issue before?  
asked
2 answers
1

There must be something else running then - perhaps a scheduled task that never finishes. Try turning up logging on the ConnectionBus, Action Manager, Connector, and Microflow Engine log nodes to see what the app is doing with these connections.

answered
0

Is this causing an actual issue? I believe the Mendix runtime establishes and maintains a connection pool to the database.

answered