Skip to content

Commit

Permalink
docs: add postgres retries environment variables
Browse files Browse the repository at this point in the history
GITHUB_PR_NUMBER: 4287
GITHUB_PR_URL: hasura#4287

Co-authored-by: Toan Nguyen  <1615675+hgiasac@users.noreply.github.com>
GitOrigin-RevId: c93781c
  • Loading branch information
hasura-bot and hgiasac committed Feb 2, 2021
1 parent bd9c192 commit bcb1ae0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ For the ``serve`` sub-command these are the available flags and ENV variables:
- ``HASURA_GRAPHQL_TX_ISOLATION``
- Transaction isolation. read-committed / repeatable-read / serializable (default: read-commited)

* - ``--retries <NO_OF_RETRIES>``
- ``HASURA_GRAPHQL_NO_OF_RETRIES``
- Number of retries if Postgres connection error occurs (default: 1)

* - ``--stringify-numeric-types``
- ``HASURA_GRAPHQL_STRINGIFY_NUMERIC_TYPES``
- Stringify certain Postgres numeric types, specifically ``bigint``, ``numeric``, ``decimal`` and
Expand Down

0 comments on commit bcb1ae0

Please sign in to comment.