mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
add timeout for redis queries
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10788 GitOrigin-RevId: 7a18b077e106812703c73d57b70d9a7f10a7e8ac
This commit is contained in:
parent
6710a5cf78
commit
25f92f379e
@ -983,6 +983,18 @@ The [URL for a read replica](/databases/database-config/read-replicas.mdx#adding
|
||||
| **Default** | `null` |
|
||||
| **Supported in** | Deprecated in versions > `v2.0.0` |
|
||||
|
||||
### Redis Timeout
|
||||
|
||||
The timeout for redis queries while serving requests. The timeout is in seconds.
|
||||
|
||||
| | |
|
||||
| ------------------- | --------------------------------------------- |
|
||||
| **Flag** | N/A |
|
||||
| **Env var** | `HASURA_GRAPHQL_REDIS_TIMEOUT` |
|
||||
| **Accepted values** | Integer (Representing an interval in seconds) |
|
||||
| **Default** | `null` (No timeout) |
|
||||
| **Supported in** | Enterprise Edition only |
|
||||
|
||||
### Redis TLS Hostname
|
||||
|
||||
The hostname to use for SNI when connecting to a [caching Redis instance over TLS](/caching/enterprise-caching.mdx).
|
||||
|
@ -128,4 +128,5 @@ benchmark pg-client-bench
|
||||
, hasql-transaction
|
||||
, pg-client
|
||||
, tasty-bench
|
||||
, text
|
||||
, transformers
|
||||
|
Loading…
Reference in New Issue
Block a user