Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/MaxKB
/ handle_task_end
Method
handle_task_end
apps/ops/celery/logger.py:189–190 ·
view source on GitHub ↗
(self, task_id)
Source
from the content-addressed store, hash-verified
187
self.f = open(log_path,
'a'
)
188
189
def
handle_task_end(self, task_id):
190
self.f and self.f.close()
191
192
193
class
CeleryThreadTaskFileHandler(CeleryThreadingLoggerHandler):
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected