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 for Celery Workers #1623

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sentry-autofix[bot]
Copy link
Contributor

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

This fix was triggered by Rohan Agarwal

Fixes SEER-9P

This pull request introduces changes to the database initialization process for Flask applications, specifically for scenarios where Celery workers are involved. The init_celery_app function in app.py has been updated to include a new parameter skip_db_init, which, when set, skips the database initialization step during bootup. In the initialize_database function within db.py, a global variable _db_initialized is introduced to track whether the database has already been initialized, preventing redundant initialization attempts. Additionally, the bootup function now checks for an application context before invoking initialize_database, ensuring appropriate context management in worker environments.

If you have any questions or feedback for the Sentry team about this fix, please email autofix@sentry.io with the Run ID: 2255.

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.

0 participants