2 lines
131 B
Bash
2 lines
131 B
Bash
celery -A vnpy.task.celery_app worker --max-tasks-per-child 1 -l info > tests/celery/worker.log 2>tests/celery/worker-error.log &
|