摘要:
Talk is cheap, show me the code: ```bash cd /etc/yum.repos.d [ -f CentOS-Base.repo.bak ] || cp CentOS-Base.repo CentOS-Base.repo.bak export MIRROR="ht 阅读全文
摘要:
# conf files in /etc/supervisor/conf.d/ ## Version Supervisor is installed by apt, and it's version is: ``` sudo supervisord --version 4.1.0 ``` ## Co 阅读全文
摘要:
API server using: `fastapi+tortoise-orm+postgresql+redis+supervisor+nginx` There are some period tasks and async tasks that will run in `celery+rabbit 阅读全文