Skip to content

Commit 2220552

Browse files
author
github-actions
committed
Sync docs from infrahub repo
1 parent 5e1f93f commit 2220552

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/reference/configuration.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ The HTTP settings control how Infrahub interacts with external HTTP servers. Thi
9898
| `INFRAHUB_DB_QUERY_SIZE_LIMIT` | The max number of records to fetch in a single query before performing internal pagination. | integer | 5000 |
9999
| `INFRAHUB_DB_MAX_DEPTH_SEARCH_HIERARCHY` | Maximum number of level to search in a hierarchy. | integer | 5 |
100100
| `INFRAHUB_DB_RETRY_LIMIT` | Maximum number of times a transient issue in a transaction should be retried. | integer | 3 |
101+
| `INFRAHUB_DB_RETRY_BASE_DELAY` | Base delay in seconds for exponential backoff on transaction retries. | number | 0.1 |
102+
| `INFRAHUB_DB_RETRY_MAX_DELAY` | Maximum delay in seconds for exponential backoff on transaction retries. | number | 2.0 |
103+
| `INFRAHUB_DB_RETRY_JITTER_MAX` | Maximum jitter in seconds added to retry delay to avoid thundering herd. | number | 0.1 |
101104
| `INFRAHUB_DB_MAX_CONCURRENT_QUERIES` | Maximum number of concurrent queries that can run (0 means unlimited). | integer | 0 |
102105
| `INFRAHUB_DB_MAX_CONCURRENT_QUERIES_DELAY` | Delay to add when max_concurrent_queries is reached. | number | 0.01 |
103106

0 commit comments

Comments
 (0)