mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#! /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
|