PostgreSQL ToolKit for Ruby apps: Liquibase + Rake + Connection Pool

connection-pool liquibase postgresql rake-task rakefile ruby
1 Open Issue Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `Pgtk::Retry` decorator for the `Pgtk::Pool` class that retries failed database queries a specified number of times before raising an exception. This involves creating a new class that wraps the existing pool, handling retry logic with exponential backoff, and potentially adding configuration options for retry attempts and delays.

Complexity: 4/5
bug help wanted good first issue

PostgreSQL ToolKit for Ruby apps: Liquibase + Rake + Connection Pool

Ruby
#connection-pool#liquibase#postgresql#rake-task#rakefile#ruby