3rd_fix download

This commit is contained in:
beabigegg
2025-09-02 16:47:16 +08:00
parent b11a8272c4
commit e6e5332705
24 changed files with 1671 additions and 167 deletions

11
start_celery_worker.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
echo 正在啟動 Celery Worker...
echo.
REM 切換到正確的目錄
cd /d "C:\Users\EGG\WORK\data\user_scrip\TOOL\Document_translator_V2"
REM 啟動 Celery Worker (Windows 需要使用 --pool=solo)
celery -A celery_app worker --loglevel=info --pool=solo
pause