19 Star 170 Fork 56

XiangjunZhao475720456 / QAPlatform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
XiangjunZhao475720456 提交于 2022-07-26 15:01 . feat:更新
#! /bin/bash
#启动定时服务celery
nohup celery worker -A QAPlatform --loglevel=info --pool=solo --pidfile=celery-worker.pid --logfile=./logs/celery-worker.log &
#启动定时调度服务django_celery_beat
nohup celery beat -A QAPlatform --loglevel=info --scheduler django_celery_beat.schedulers:DatabaseScheduler --pidfile=celery-beat.pid --logfile=./logs/celery-beat.log &
#启动uwsgi
uwsgi --ini uwsgi.ini
Python
1
https://gitee.com/xiangjunzhao/QAPlatform.git
git@gitee.com:xiangjunzhao/QAPlatform.git
xiangjunzhao
QAPlatform
QAPlatform
master

搜索帮助