mathstutor / run_worker.bat
ghadgemadhuri92's picture
agent tested with the prompt: Calculate 15 * 12 then add 50.
565a379
raw
history blame contribute delete
142 Bytes
@echo off
echo Starting Celery Worker...
call .venv\Scripts\activate
celery -A app.worker.celery_app worker --loglevel=info --pool=solo
pause