data-api-builder
data-api-builder copied to clipboard
HealthEndpoint: Parallel Queries to DB
Paralellisation of Health check calls: runtime.health.maxDop Based on the number in the config of Max-Dop we should run parellel threads which run the quries to DB simultaneously and reduce the time it takes to return /health endpoint
Maximum Degree of Parallelism
Values in the configuration.
MaxDop |
Value |
|---|---|
| Lower limit | 1 |
| Default value | 4 |
| Upper limit | 8 |