MCPcopy 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
54def get_celery_task_log_path(task_id):
55 return get_task_log_path(settings.CELERY_LOG_DIR, task_id)
56
57
58def get_celery_status():

Callers 2

handle_task_startMethod · 0.85
handle_task_startMethod · 0.85

Calls 1

get_task_log_pathFunction · 0.85

Tested by

no test coverage detected