@@ -85,7 +85,7 @@ scheduler:
launch-timeout-seconds: 86400
# add additional keys from JobProcess.envKey if you need to fine-grain the job execution timeout for a specific job
job-execution-timeout-minutes:
- default: 480 #8 hours
+ default: 240 #8 hours
# temporary todi-config, to be moved to general config
todi-config:
@@ -13,6 +13,11 @@ spring:
jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
username: postgres
password: postgres
+ crss-admin:
+ datasource:
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+ username: postgres
+ password: postgres
crss-meterprocess:
datasource:
jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
@@ -14,6 +14,11 @@ spring:
jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
username: crss_dataflow
password: crss_dataflow
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=admin
+ username: crss_admin
+ password: crss_admin
jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
@@ -19,6 +19,11 @@ spring:
jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
username: crss_meterprocess
password: D9JpfUtT
+ jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=admin
+ password: YReYA7fI
xdf-control:
driverClassName: org.postgresql.Driver
jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=dataflow
password: lgcCpwy0
+ jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=admin
jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=meterprocess