alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Test scalability of the `db` connections #132

Open WilliamMcCumstie opened 5 years ago

WilliamMcCumstie commented 5 years ago

Currently the default sqlalchemy settings are being used to connect to a SQLite db. There will be a limit to how many parallel connections it can have. Currently only 10 ssh connections will be made at any one time; this could probably be increase.

The bigger issue is how well does it handle multiple adminware processes running at the same time. If there is a long running job, can other admins run a quick pdsh through adminware?