We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeout
There is timeout config in config example, but it looks it won't be used, flow this line:
activerecord4-redshift-adapter/lib/active_record/connection_adapters/redshift_adapter.rb
Line 23 in 1b17aa7
timeout is not a valid config so.
I think it should be connect_timeout or variables:statement_timeout:
connect_timeout
variables:statement_timeout
development: adapter: redshift host: your_cluster_name.hashhash.ap-northeast-1.redshift.amazonaws.com port: 5439 database: dev username: your_user password: your_password encoding: utf8 pool: 3 connect_timeout: 5000 variables: statement_timeout: 5000
The text was updated successfully, but these errors were encountered:
Has this ever been confirmed?
Sorry, something went wrong.
No branches or pull requests
There is
timeout
config in config example, but it looks it won't be used, flow this line:activerecord4-redshift-adapter/lib/active_record/connection_adapters/redshift_adapter.rb
Line 23 in 1b17aa7
timeout
is not a valid config so.I think it should be
connect_timeout
orvariables:statement_timeout
:The text was updated successfully, but these errors were encountered: