-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
Set a statement_timeout
for FR prod for ofn_user
role
#841
Comments
How can we test this?Provision a server, and check that SELECT rolname, rolconfig FROM pg_roles WHERE rolname = 'ofn_user';
rolname | rolconfig
----------+--------------------------
ofn_user | {statement_timeout=240s} |
statement_timeout
for FR prod for ofn_user
role
Hi @jibees , is this still in development? I don't see a PR, and it doesn't look like the ofn_user has a statement_timeout in the codebase yet. Also, I'm wondering if this is intended to be FR-specific, or could be applied to all hosts. If 240s works for FR then I think it would be suitable for all hosts. Maybe we'd like to make a way for instance managers to update these settings individually... but better to have general rules if we can. |
Sorry, it was a mistake!
I wanted to put this to improve performance on fr-prod, but yes, why not actually putting this configuration to all instances. |
@jibees so we keep this issue open and we change the title or we need another issue? |
@jibees don't forget about this one ;) |
Description
FR prod does not have a statement_timeout yet. Let's set this at 240s
Acceptance Criteria & Tests
How can we test this ?
The text was updated successfully, but these errors were encountered: