cant_wait 0.0.1
Adds a timeout setting for PostgreSQL databases in a Ruby on Rails application. If any SQL statement takes more time than the timeout value, it will be cancelled, and ActiveRecord would raise a PGError exception. In the config/database.yml file, indicate a timeout in milliseconds for each environment: production: adapter: postgresql timeout: 120_000 # 2 minutes ... (see documentation for more details)
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 3.0.3