tenant-commons/src/main/resources/tenant-commons-task.properties
2024-01-25 23:07:42 +02:00

11 lines
451 B
Properties

#
# Configure task executor specs
#
# For more available props,
# see: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/task/TaskExecutionProperties.java
#
spring.task.execution.pool.coreSize=7
spring.task.execution.pool.maxSize=42
spring.task.execution.pool.queueCapacity=11
spring.task.execution.threadNamePrefix=TenantAwareTaskExecutor-