vipshop / Saturn

The vip.com's distributed job scheduling platform.
Apache License 2.0
2.28k stars 701 forks source link

golang语言怎么调度? #713

Open qiangyin opened 4 years ago

qiangyin commented 4 years ago

看介绍支持golang语言,看了所有文档没有看到怎么接入。

LucasDove commented 3 years ago

我们的做法是将golang写的任务编译成binary文件,作为shell任务执行

Kingson4Wu commented 4 months ago

使用uds通信,写了一个golang客户端: https://github.com/Kingson4Wu/saturncli