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:
6
server/services/debug.py
Normal file
6
server/services/debug.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from service_repo import APICall, endpoint
|
||||
|
||||
|
||||
@endpoint("debug.ping")
|
||||
def ping(call: APICall, _, __):
|
||||
call.result.data = {"msg": "Because it trains cats and dogs"}
|
||||
Reference in New Issue
Block a user