Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ flush
Method
flush
apps/ops/celery/logger.py:182–183 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
self.flush()
181
182
def
flush(self):
183
self.f and self.f.flush()
184
185
def
handle_task_start(self, task_id):
186
log_path = get_celery_task_log_path(task_id)
Callers
1
emit
Method · 0.95
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected