mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add debug.ping endpoint
Optimize exhausted scrolls by using a fixed empty scroll
This commit is contained in:
16
server/schema/services/debug.conf
Normal file
16
server/schema/services/debug.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
_description: "debugging utilities"
|
||||
ping {
|
||||
authorize: false
|
||||
"2.9" {
|
||||
description: "Ping server"
|
||||
request {
|
||||
type: object
|
||||
additionalProperties: true
|
||||
}
|
||||
response {
|
||||
type: object
|
||||
properties: {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user