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

Reduce number of SQLAlchemySocket instances created on startup #853

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

bennybp
Copy link
Contributor

@bennybp bennybp commented Oct 22, 2024

Description

Small improvement to how QCFractal servers start up.

This change reducing the times an SQLAlchemySocket object need to be created (which can be somewhat expensive). Very minor, just something I noticed while benchmarking some other areas.

Status

  • Code base linted
  • Ready to go

@bennybp bennybp merged commit 1e9bab8 into main Oct 24, 2024
18 of 19 checks passed
@bennybp bennybp deleted the dbcheck branch October 24, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant