1 Star 0 Fork 64

墨尘/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/duwenxin/QAPlatform.git
git@gitee.com:duwenxin/QAPlatform.git
duwenxin
QAPlatform
QAPlatform
master

搜索帮助