File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ export const mySidebar: SidebarMulti = {
2727 { text : '分页' , link : 'paginate' } ,
2828 { text : '切换数据库' , link : 'db' } ,
2929 { text : '代码生成' , link : 'code-generation' } ,
30- { text : '跨域' , link : 'CORS' } ,
3130 { text : '数据规则' , link : 'data-rule' , icon : 'mdi:planet' } ,
31+ { text : '跨域' , link : 'CORS' } ,
3232 { text : 'RBAC' , link : 'RBAC' } ,
3333 { text : '事务' , link : 'transaction' } ,
3434 { text : 'Celery' , link : 'celery' , icon : 'mdi:planet' } ,
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ title: APScheduler
55我们在最初的框架实现中,使用的是 APScheduler,但后来我们迁移到了 [ Celery] ( celery.md )
66,详情请查看:[ #225 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/discussions/225 )
77
8- FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择;
8+ FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择
99
1010<RepoCard repo =" wu-clan/fastapi_scheduler " />
1111
1212::: warning
1313此仓库 master 分支使用 APScheduler 4.x 版本进行开发,但由于 aps
14- 迟迟未发布 4.x 版本,所以请查看 [ apscheduler-3.x] ( https://github.com/wu-clan/fastapi_scheduler/tree/apscheduler-3.x )
15- 分支,它是目前最流行的版本,也相对比较稳定
14+ 迟迟未发布 4.x 版本,所以请切换 apscheduler-3.x 分支,它是目前比较流行的版本分支,也相对比较稳定
1615:::
You can’t perform that action at this time.
0 commit comments