Skip to content

Support storing results in a specific schema of a PostgreSQL database #1013

@dalbani

Description

@dalbani

I'm using celery in a PostgreSQL environment where I only have a single database.
So I use the "schema" idiom to keep non-strongly-related data apart.
That's why I'd like to be able to store the celery task results in a different schema than the default "public" one.

Source code modification would take place in backends/database/models.py, both the Task & TaskSet tables and their related Sequence.
Plus of course adding a configuration hook to specify the schema name.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions