diff --git a/prism-agent/service/server/src/main/resources/application.conf b/prism-agent/service/server/src/main/resources/application.conf index 7acd3804c8..12c84d85cc 100644 --- a/prism-agent/service/server/src/main/resources/application.conf +++ b/prism-agent/service/server/src/main/resources/application.conf @@ -50,11 +50,17 @@ pollux { awaitConnectionThreads = 8 } issueBgJobRecordsLimit = 25 + issueBgJobRecordsLimit = ${?ISSUE_BG_JOB_RECORDS_LIMIT} issueBgJobRecurrenceDelay = 2 seconds + issueBgJobRecurrenceDelay = ${?ISSUE_BG_JOB_RECURRENCE_DELAY} issueBgJobProcessingParallelism = 5 + issueBgJobProcessingParallelism = ${?ISSUE_BG_JOB_PROCESSING_PARALLELISM} presentationBgJobRecordsLimit = 25 + presentationBgJobRecordsLimit = ${?PRESENTATION_BG_JOB_RECORDS_LIMIT} presentationBgJobRecurrenceDelay = 2 seconds + presentationBgJobRecurrenceDelay = ${?PRESENTATION_BG_JOB_RECURRENCE_DELAY} presentationBgJobProcessingParallelism = 5 + presentationBgJobProcessingParallelism = ${?PRESENTATION_BG_JOB_PROCESSING_PARALLELISM} } connect { @@ -72,8 +78,11 @@ connect { awaitConnectionThreads = 8 } connectBgJobRecordsLimit = 25 + connectBgJobRecordsLimit = ${?CONNECT_BG_JOB_RECORDS_LIMIT} connectBgJobRecurrenceDelay = 2 seconds + connectBgJobRecurrenceDelay = ${?CONNECT_BG_JOB_RECURRENCE_DELAY} connectBgJobProcessingParallelism = 5 + connectBgJobProcessingParallelism = ${?CONNECT_BG_JOB_PROCESSING_PARALLELISM} } agent {