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

🤖 Refactor Database Initialization to Singleton Pattern #1712

Conversation

sentry-autofix[bot]
Copy link
Contributor

@sentry-autofix sentry-autofix bot commented Jan 9, 2025

👋 Hi there! This PR was automatically generated by Autofix 🤖

This fix was triggered by [email protected]

Fixes SEER-9P

This change introduces a singleton DatabaseManager class to manage database connections and initialization across the application. The DatabaseManager, which is a centralized controller for database operations, ensures that the initialization occurs only once for each Flask app instance. The code modifies how the database is initialized in both the initialize_database function and the bootup process, ensuring that any subsequent calls to initialize the database in the same context do not recreate connections but rather use the existing instance. Additionally, backward compatibility exports Session, db, and migrate from the db_manager to maintain existing functionality.

If you have any questions or feedback for the Sentry team about this fix, please email [email protected] with the Run ID: 3039.

@trillville trillville closed this Jan 9, 2025
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