@@ -24,6 +24,7 @@ services:
2424 - ASPNETCORE_URLS=http://*:7078
2525 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
2626 - ExceptionFunctionURL=http://localhost:7070/api/CreateException
27+ - AcceptableLatencyThresholdMs=500
2728
2829 retrieve-cohort-request-audit :
2930 container_name : retrieve-cohort-request-audit
@@ -49,6 +50,7 @@ services:
4950 - BsSelectGpPracticeUrl=http://localhost:7998/api/BsSelectGpPracticeDataService/
5051 - CohortDistributionDataServiceUrl=http://localhost:7992/api/CohortDistributionDataService/
5152 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
53+ - AcceptableLatencyThresholdMs=500
5254
5355 allocate-service-provider :
5456 container_name : allocate-service-provider
@@ -80,6 +82,7 @@ services:
8082 - CohortQueueNamePoison=cohort-distribution-queue-poison
8183 - IgnoreParticipantExceptions=false
8284 - IsExtractedToBSSelect=true
85+ - AcceptableLatencyThresholdMs=500
8386
8487 retrieve-participant-data :
8588 container_name : retrieve-participant-data
@@ -92,6 +95,7 @@ services:
9295 - ExceptionFunctionURL=http://localhost:7070/api/CreateException
9396 - ParticipantManagementUrl=http://localhost:7994/api/ParticipantManagementDataService
9497 - DemographicDataFunctionURL=http://localhost:7076/api/DemographicDataFunction
98+ - AcceptableLatencyThresholdMs=500
9599
96100 validate-cohort-distribution-record :
97101 container_name : validate-cohort-distribution-record
@@ -105,6 +109,7 @@ services:
105109 - ExceptionFunctionURL=http://localhost:7070/api/CreateException
106110 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
107111 - CohortDistributionDataServiceURL=http://localhost:7992/api/CohortDistributionDataService/
112+ - AcceptableLatencyThresholdMs=500
108113
109114 remove-validation-exception-data :
110115 container_name : remove-validation-exception-data
@@ -129,4 +134,4 @@ services:
129134 environment :
130135 - ASPNETCORE_URLS=http://*:7992
131136 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
132-
137+ - AcceptableLatencyThresholdMs=500
0 commit comments