Skip to content

Commit c3175e8

Browse files
Chen Zhilingfeast-ci-bot
authored andcommitted
Update feast core default values to include hibernate merge strategy (#400)
* Update feast core default values to include hibernate merge strategy * Add default value for job polling timeout
1 parent 3dd2144 commit c3175e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/charts/feast/charts/feast-core/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ application.yaml:
6262
jobs:
6363
runner: DirectRunner
6464
options: {}
65+
updates:
66+
timeoutSeconds: 240
6567
metrics:
6668
enabled: false
6769
type: statsd
@@ -77,6 +79,7 @@ application.yaml:
7779
spring:
7880
jpa:
7981
properties.hibernate.format_sql: true
82+
properties.hibernate.event.merge.entity_copy_observer: allow
8083
hibernate.naming.physical-strategy=org.hibernate.boot.model.naming: PhysicalNamingStrategyStandardImpl
8184
hibernate.ddl-auto: update
8285
datasource:

0 commit comments

Comments
 (0)