Skip to content

Postgres distributed lock using PgBouncer connection pooler #168

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions