We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09dba4 commit 6625580Copy full SHA for 6625580
readme.md
@@ -82,6 +82,10 @@ func MakeScheduler(
82
83
使用框架预制的队列容器和函数执行器可以轻松实现一个函数的调度。参考 [a+b example](https://github.com/memory-overflow/light-task-scheduler/blob/develop/example/add_example/main.go)。
84
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)。
89
90
### Example: 使用内存容器实现视频裁剪异步任务调度
91
本例子演示如何用本框架实现一个持久化的任务调度系统。包含一个简单的 web 管理界面。
0 commit comments