Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/backend/app/worker-start.sh

7 lines
127 B
Bash
Raw Normal View History

#! /usr/bin/env bash
set -e
python /app/app/celeryworker_pre_start.py
celery worker -A app.worker -l info -Q main-queue -c 1