adamsaghy commented on code in PR #5432: URL: https://github.com/apache/fineract/pull/5432#discussion_r2822897902
########## fineract-provider/src/test/resources/application-test.properties: ########## @@ -80,6 +80,8 @@ fineract.task-executor.tenant-upgrade-task-executor-core-pool-size=1 # This is intentionally restricted to a single thread due to an outstanding Liquibase thread-safety issue: https://github.com/liquibase/liquibase/pull/7227 fineract.task-executor.tenant-upgrade-task-executor-max-pool-size=1 fineract.task-executor.tenant-upgrade-task-executor-queue-capacity=${FINERACT_TENANT_UPGRADE_TASK_EXECUTOR_QUEUE_CAPACITY:100} +fineract.task-executor.event-task-executor-core-pool-size=${FINERACT_EVENT_TASK_EXECUTOR_CORE_POOL_SIZE:0} Review Comment: Is this used anywhere? -- 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]
