# # 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-