Update architecture.md

This commit is contained in:
qiaofeng1227 2023-04-11 17:55:06 +08:00 committed by GitHub
parent 6de6afd865
commit 9ecd89ea77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,13 @@
### 设计
RQ 用于异步处理**创建应用**的事务任务,需保证任务成功或失败后续处理
RQ 用于异步处理**创建应用**的事务任务,需保证任务成功或失败后续处理。
它提供的状态有:
- installing: 创建中
- failed: 创建失败
### RQ status