Skip to content

Commit 6625580

Browse files
author
willzhen
committed
Update readme
1 parent d09dba4 commit 6625580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ func MakeScheduler(
8282

8383
使用框架预制的队列容器和函数执行器可以轻松实现一个函数的调度。参考 [a+b example](https://github.com/memory-overflow/light-task-scheduler/blob/develop/example/add_example/main.go)
8484

85+
### docker 执行器
86+
框架预制了[docker 执行器](https://github.com/memory-overflow/light-task-scheduler/blob/main/actuator/docker_actuator.go),借助函数执行器,可以轻松实现函数调度。
87+
88+
使用框架预制的队列容器和函数执行器可以轻松实现 docker 的调度。参考 [docker example](https://github.com/memory-overflow/light-task-scheduler/blob/dev/docker_actuator/example/docker_example/main.go)
8589

8690
### Example: 使用内存容器实现视频裁剪异步任务调度
8791
本例子演示如何用本框架实现一个持久化的任务调度系统。包含一个简单的 web 管理界面。

0 commit comments

Comments
 (0)