spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement username: crss_settlement password: crss_settlement driverClassName: org.postgresql.Driver maximumPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering username: crss_metering password: crss_metering driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms username: crss_nmms password: crss_nmms driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow driverClassName: org.postgresql.Driver maximumPoolSize: 5 connectionTimeout: 300000 test-on-borrow: true validation-query: SELECT 1 crss-registration: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration username: crss_registration password: crss_registration maximumPoolSize: 1 connectionTimeout: 60000 driverClassName: org.postgresql.Driver profiles: include: mesos cloud: deployer: mesos: chronos: memory: 2500 cpu: 1 # apply monthly constraints here constraints: rack,LIKE,rack-(daily|monthly) task: initialize: enable: false batch: initializer: enabled: false job: enabled: true jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: none hbm2ddl: auto: none batch: chunkSize: 100 maxWorkers: 10 partitionSize: retDat: 900 retBcq: 20000 calcEta: 3000 procNss: 3000 nss: 1000 disAggBcq: 1000 disAggBcqBuyer: 1000 disAggBcqSeller: 1000 rta: 300 rprta: 1000 rcra: 200 sFactor: 150 runway: 150 spotSeller: 1500 spotBuyer: 1500 gmr: 1500 logging: level: com.pemc.crss.settlement.task.calculation: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug --- spring: profiles: genDEBRsvInputWorkspace cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily --- --- spring: profiles: dailyStlAmtsCalculation cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily --- --- spring: profiles: dailyLrCalculation cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily ---