mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(system): purge empty service instances
Purge service instance in EMPTY state after a certain duration, 30 days by default, to avoid never ending groth on the service_instances table. Fixes #8514
This commit is contained in:
@@ -17,6 +17,14 @@ flyway:
|
||||
|
||||
kestra:
|
||||
server-type: STANDALONE
|
||||
server:
|
||||
liveness:
|
||||
enabled: false
|
||||
service:
|
||||
purge:
|
||||
initial-delay: 1h
|
||||
fixed-delay: 1d
|
||||
retention: 30d
|
||||
queue:
|
||||
type: mysql
|
||||
repository:
|
||||
|
||||
Reference in New Issue
Block a user