我正在开发一项 python 服务,其中我必须创建一个 FastAPI 休息端点,并且应该在后台运行 2 个调度程序任务。
我们如何在 FastAPI 中实现调度程序?如果不可行,实现这种要求的最佳方法是什么,创建两个服务是正确的方法?
谢谢和问候,阿鲁
python scheduler fastapi uvicorn
fastapi ×1
python ×1
scheduler ×1
uvicorn ×1