fixed: perform reload when starting task worker

This commit is contained in:
Dr.Lt.Data 2025-04-22 12:39:09 +09:00
parent d638f75117
commit 7657c7866f
2 changed files with 4 additions and 0 deletions

View File

@ -464,6 +464,8 @@ async def task_worker():
global task_queue
global tasks_in_progress
await core.unified_manager.reload('cache')
async def do_install(item) -> str:
ui_id, node_spec_str, channel, mode, skip_post_install = item

View File

@ -464,6 +464,8 @@ async def task_worker():
global task_queue
global tasks_in_progress
await core.unified_manager.reload('cache')
async def do_install(item) -> str:
ui_id, node_spec_str, channel, mode, skip_post_install = item