rtportal.service-jobs.5.8.0.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-jobs Show documentation
Show all versions of service-jobs Show documentation
EPAM Report portal. Service jobs
rp:
environment:
variable:
elements-counter:
batch-size: 50
clean:
storage:
## 30 seconds
cron: '*/30 * * * * *'
chunkSize: 1000
attachment:
## 2 minutes
cron: '0 */2 * * * *'
log:
## 5 minutes
cron: '0 */5 * * * *'
launch:
## 10 minutes
cron: '0 */10 * * * *'
view:
## 24 hours
cron: '0 0 */24 * * *'
## 2 hours
liveTimeout: 7200
batch: 100
storage:
project:
## 1 minute
cron: '0 */1 * * * *'
executor:
pool:
storage:
project:
core: 5
max: 10
# elasticsearch:
# host: http://elasticsearch:9200
# username:
# password:
processing:
log:
maxBatchSize: 300
maxBatchTimeout: 1000 #milliseconds
datasource:
type: com.zaxxer.hikari.HikariDataSource
driverClassName: org.postgresql.Driver
jdbcUrl: ${rp.db.url}
username: ${rp.db.user}
password: ${rp.db.pass}
maximumPoolSize: 12
db:
url: jdbc:postgresql://${rp.db.host}:${rp.db.port}/${rp.db.name}
name: reportportal
host: postgres
port: 5432
user:
pass:
amqp:
addresses: amqp://${rp.amqp.user}:${rp.amqp.pass}@${rp.amqp.host}:${rp.amqp.port}
api-address: http://${rp.amqp.apiuser}:${rp.amqp.apipass}@${rp.amqp.host}:${rp.amqp.apiport}/api
base-vhost: /
analyzer-vhost: analyzer
host: rabbitmq
port: 5672
user:
pass:
apiport: 15672
apiuser:
apipass:
reply-timeout: 300000 #milliseconds
maxLogConsumer: 50
datastore:
path: /data/storage
minio:
endpoint: http://minio:9000
accessKey:
secretKey:
bucketPrefix: prj-
defaultBucketName: rp-bucket
region: #{null}
# could be one of [filesystem, s3, minio]
type: minio
© 2015 - 2024 Weber Informatics LLC | Privacy Policy