Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test scalability of the db connections #132

Open
WilliamMcCumstie opened this issue Nov 2, 2018 · 0 comments
Open

Test scalability of the db connections #132

WilliamMcCumstie opened this issue Nov 2, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@WilliamMcCumstie
Copy link
Contributor

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?

@WilliamMcCumstie WilliamMcCumstie added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant