1 Star 0 Fork 25

潘先生/test-platform-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.sh 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
向前走 提交于 2023-10-20 15:11 +08:00 . 累积更新
#!/bin/bash
nohup python3 /usr/local/python3/bin/gunicorn -c gunicorn_config_main.py main:app &
echo "主应用启动完成"
nohup python3 /usr/local/python3/bin/gunicorn -c gunicorn_config_job.py job:job &
echo "任务调度应用启动完成"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mr-xiaopan/test-platform-api.git
git@gitee.com:mr-xiaopan/test-platform-api.git
mr-xiaopan
test-platform-api
test-platform-api
master

搜索帮助