Skip to content

Feature Request: celery support #65

@rmelick-vida

Description

@rmelick-vida

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions