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

Feature Request: celery support #65

Open
rmelick-vida opened this issue May 18, 2021 · 0 comments
Open

Feature Request: celery support #65

rmelick-vida opened this issue May 18, 2021 · 0 comments

Comments

@rmelick-vida
Copy link

In our application, a lot of our database load comes from scheduled celery tasks. They still use the Django ORM to access the database. Since they're coming from celery however, they don't go through the Middleware chain, so the queries aren't getting annotated by the google.cloud.sqlcommenter.django.middleware.SqlCommenter middleware.

Are there any suggestions on how to integrate sqlcommenter in with celery?

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

No branches or pull requests

1 participant