File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments