Flask执行定时任务要怎么写,求思路

2025-04-12 23:42:59
推荐回答(1个)
回答1:

可以通过 crontab执行shell脚本
通过 threading 下的 Timer,自己实现一个 Scheduler
使用 celery。