File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
kotlin/tech/ydb/slo/hibernate Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ class HibernateApplication : CommandLineRunner {
1919 private lateinit var sloService: SloService
2020
2121 override fun run (vararg args : String ) {
22+ if (args[0 ] == " create" ) {
23+ return
24+ }
25+
2226 val pushGateway = PushGateway .builder()
2327 .job(" workload-hibernate" )
2428 .address(" prometheus-pushgateway:9091" )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ spring.datasource.url=jdbc:ydb:grpc://database-sample-grpc:2135/root/database-sa
33spring.jpa.properties.hibernate.dialect =tech.ydb.hibernate.dialect.YdbDialect
44
55spring.datasource.driver-class-name =tech.ydb.jdbc.YdbDriver
6- spring.flyway.connect-retries =10
6+ spring.flyway.connect-retries =1000
You can’t perform that action at this time.
0 commit comments