mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
default_container_timeout_sec: 600
|
|
# Auto-register unknown serving containers on status reports and other calls
|
|
container_auto_register: true
|
|
# Assume unknow serving containers have unregistered (i.e. do not raise unregistered error)
|
|
container_auto_unregister: true
|
|
# The minimal sampling interval for serving model monitor chars
|
|
min_chart_interval_sec: 40
|