3rd_fix download
This commit is contained in:
11
start_celery_worker.bat
Normal file
11
start_celery_worker.bat
Normal 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
|
Reference in New Issue
Block a user