data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

HealthEndpoint: Parallel Queries to DB

Open sezal98 opened this issue 11 months ago • 1 comments

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

sezal98 avatar Jan 23 '25 07:01 sezal98

Maximum Degree of Parallelism

Values in the configuration.

MaxDop Value
Lower limit 1
Default value 4
Upper limit 8

JerryNixon avatar Jan 24 '25 01:01 JerryNixon