Show server type in the web UI
This commit is contained in:
@@ -51,6 +51,7 @@ def get_status():
|
||||
status="up",
|
||||
started_at=status_service.server_started_at(),
|
||||
version=APP_VERSION,
|
||||
type="python",
|
||||
),
|
||||
agent=agent_info,
|
||||
queue=QueueCounts(**counts),
|
||||
|
||||
@@ -80,6 +80,7 @@ class ServerInfo(BaseModel):
|
||||
status: str
|
||||
started_at: datetime
|
||||
version: str
|
||||
type: str
|
||||
|
||||
|
||||
class AgentInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user