mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
6 lines
No EOL
141 B
Bash
6 lines
No EOL
141 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /felicity_lims/felicity/celeryworker_pre_start.py
|
|
|
|
celery worker -A app.worker -l info -Q main-queue -c 1 |