fastapi-mysql-generator icon indicating copy to clipboard operation
fastapi-mysql-generator copied to clipboard

FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。

Results 11 fastapi-mysql-generator issues
Sort by recently updated
recently updated
newest added

使用uvicorn多workers模式,如果apscheduler中有定时任务,如何保证只在一个workers进程中执行这个定时任务,不然会出现多个workers执行相同的定时任务