Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ get_celery_task_log_path
Function
get_celery_task_log_path
apps/ops/celery/utils.py:54–55 ·
view source on GitHub ↗
(task_id)
Source
from the content-addressed store, hash-verified
52
53
54
def
get_celery_task_log_path(task_id):
55
return
get_task_log_path(settings.CELERY_LOG_DIR, task_id)
56
57
58
def
get_celery_status():
Callers
2
handle_task_start
Method · 0.85
handle_task_start
Method · 0.85
Calls
1
get_task_log_path
Function · 0.85
Tested by
no test coverage detected