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 = {
27
27
{ text : '分页' , link : 'paginate' } ,
28
28
{ text : '切换数据库' , link : 'db' } ,
29
29
{ text : '代码生成' , link : 'code-generation' } ,
30
- { text : '跨域' , link : 'CORS' } ,
31
30
{ text : '数据规则' , link : 'data-rule' , icon : 'mdi:planet' } ,
31
+ { text : '跨域' , link : 'CORS' } ,
32
32
{ text : 'RBAC' , link : 'RBAC' } ,
33
33
{ text : '事务' , link : 'transaction' } ,
34
34
{ text : 'Celery' , link : 'celery' , icon : 'mdi:planet' } ,
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ title: APScheduler
5
5
我们在最初的框架实现中,使用的是 APScheduler,但后来我们迁移到了 [ Celery] ( celery.md )
6
6
,详情请查看:[ #225 ] ( https://github.com/fastapi-practices/fastapi_best_architecture/discussions/225 )
7
7
8
- FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择;
8
+ FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择
9
9
10
10
<RepoCard repo =" wu-clan/fastapi_scheduler " />
11
11
12
12
::: warning
13
13
此仓库 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 分支,它是目前比较流行的版本分支,也相对比较稳定
16
15
:::
You can’t perform that action at this time.
0 commit comments