taskain7 commented on code in PR #2481:
URL: https://github.com/apache/fineract/pull/2481#discussion_r940035536
##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -43,6 +43,11 @@
fineract.mode.batch-manager-enabled=${FINERACT_MODE_BATCH_MANAGER_ENABLED:true}
fineract.correlation.enabled=${FINERACT_LOGGING_HTTP_CORRELATION_ID_ENABLED:false}
fineract.correlation.header-name=${FINERACT_LOGGING_HTTP_CORRELATION_ID_HEADER_NAME:X-Correlation-ID}
+fineract.partitioned-job.job-properties[0].job-name=LOAN_COB
+fineract.partitioned-job.job-properties[0].chunk-size=${LOAN_COB_CHUNK_SIZE:100}
Review Comment:
for the first thing: you're right, I'm gonna fix that
for the second thing: we're gonna have different partition sizes for
different jobs, because there could be a scenario where someone has a huge jobs
that take a long time, and they want them to run on 100 workers, and also they
have very tiny jobs, that they want to run on 5 workers. That's why I named it
after the specific job.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]