Skip to main content
0 votes
1 answer
212 views

I’m encountering an issue when running Celery with PgBouncer and PostgreSQL after enabling idle connection timeouts. My stack includes: Django (served via Tornado) Celery (workers + beat) ...
anhvo's user avatar
  • 43
2 votes
1 answer
177 views

Suppose I am implementing a local Event-Driven service with internal events to decouple logic. For database we use Postgres 17 and PgBouncer with transactional mode. It's just a single instance. ...
Mikhail Shulga's user avatar
0 votes
0 answers
61 views

We are facing occassional errors while airflow workers and scheduler connecting to pgbouncer. We have tried using external postgres server and bitnami postgres available from airflow helm chart, in ...
Bala Murali's user avatar
0 votes
0 answers
120 views

I'm running into unexpected behavior when trying to use prepared statements with TimescaleDB through PgBouncer in transaction pooling mode. According to the Psycopg3 docs on prepared statements and ...
MattQF's user avatar
  • 1
2 votes
2 answers
43 views

I want to adjust pg_trgm.similarity_threshold on some of my queries. But since I'm using PgBouncer (in transaction pooling mode) to mediate access to my Postgres database, I want to be sure that when ...
Chris Curvey's user avatar
  • 10.5k
0 votes
0 answers
53 views

I have a Python/Django app which uses Pipfile and Pipfile.lock running on Heroku-22 stack with classic buildpacks. requirements.txt is not part of the code base, thus e.g. Heroku: ModuleNotFoundError :...
Dušan Maďar's user avatar
0 votes
1 answer
79 views

I'm quite new to Postgres and PgBouncer as well, not a complete newbie, but still lacking experience. I'm using Postgres + PgBouncer, spring and hibernate as tech stack. We have multiple microservices ...
Mikhail Shulga's user avatar
0 votes
0 answers
322 views

I set max_prepared_statements = 1 in PgBouncer and attempted to create multiple prepared statements within a single transaction. Expected Behavior: PgBouncer should either prevent more than one ...
manasa's user avatar
  • 41
3 votes
1 answer
373 views

facing intermittent Pooler Error: server conn crashed? in my http server. Tried searching and fixing long running transaction in my system but didn't help. Also this happens very randomly at any point ...
Dev's user avatar
  • 567
1 vote
1 answer
540 views

I am running FastApi with SQlAlchemy and PGBouncer, I keep getting asyncpg.exceptions.ConnectionDoesNotExistError: connection was closed in the middle of operation. This happens randomly and I have ...
Confidence Yobo's user avatar
0 votes
0 answers
299 views

Our upstream Go client connect to PostgreSQL through pgbouncer, the PostgreSQL server has not enabled SSL. There are no SSL settings set in pgbouncer, and according to the documentation, the default ...
darkframexue's user avatar
2 votes
0 answers
438 views

I am working on setting up PgBouncer on Google Compute Engine (GCE) instances to manage connections to a Cloud SQL PostgreSQL database. My setup involves multiple databases hosted on the same Cloud ...
Noureddine Abdelmonem's user avatar
2 votes
1 answer
324 views

Does anybody have experience of configuring Doctrine ORM against a Postgres DB with PGBouncer connection pooling? We use a Digital Ocean managed Postgres database, and are permitted 22 concurrent DB ...
Benr77's user avatar
  • 225
1 vote
0 answers
97 views

I have running containers and they are working properly. But for some reason, the requests are not distributed to pgbouncerc. After command "docker logs " I am getting this output though I ...
eurus's user avatar
  • 13
0 votes
1 answer
342 views

I am trying to create a spring application that connects to a postgresql database. The application works fine when connecting to the db directly but when I try to connect to it through pgbouncer the ...
sotiris6v's user avatar

15 30 50 per page
1
2 3 4 5
22