MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / get_task_status

Function get_task_status

app/routers/processing.py:184–188  ·  view source on GitHub ↗

Return the status of the submitted Task

(task_id: str)

Source from the content-addressed store, hash-verified

182## Returns the status of the submitted Task
183@router.get("/task/{task_id}")
184async def get_task_status(task_id: str):
185 """
186 Return the status of the submitted Task
187 """
188 return get_task_info(task_id)
189
190
191## Purge all tasks in the Celery queue

Callers

nothing calls this directly

Calls 1

get_task_infoFunction · 0.90

Tested by

no test coverage detected