Skip to content

Commit

Permalink
update cn doc (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun committed Apr 18, 2023
1 parent 922aa97 commit c8abf8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/advanced/queues.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ struct SendEmailCommand: AsyncCommand {

Queues 包还允许你安排在特定时间点发生的 job。

!!! warning "警告"
调度 job 只有在应用程序启动之前设置,例如在 `configure.swift` 中设置时才能正常工作。它们无法在路由处理中工作。

### 启动调度 worker

调度程序需要一个独立的 worker 进程来运行,类似于队列 worker 进程。可以通过以下命令启动 worker:
Expand Down

0 comments on commit c8abf8f

Please sign in to comment.