초기 커밋
This commit is contained in:
8
scripts/run_worker.sh
Normal file
8
scripts/run_worker.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Starting Celery worker..."
|
||||
celery -A app.tasks.celery_app worker \
|
||||
--loglevel=info \
|
||||
--concurrency=4 \
|
||||
-Q default,analytics,notifications,devices
|
||||
Reference in New Issue
Block a user