Skip to content

Postgres distributed lock using PgBouncer connection pooler #168

@tiago156

Description

@tiago156

Hello,

my postgres database is behind a PgBouncer connection pooler with transaction pooling and it does not allow prepared statements, so its failing as the Distributed Lock postgres implementation uses prepared statement:

public override bool ShouldPrepareCommands => true;

I was not able to find a way to disable it through configuration/parameters, do you have any recommendation on this case?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions