SaltStack计划丢失数据

时间:2017-12-15 09:51:49

标签: scheduler salt-stack

我的调度程序看起来像

get ithrottle stats: schedule.present: - function: state.apply - job_args: - get_ithrottle - seconds: 300 - returner: influxdb

但我发现有时数据会丢失。将添加splay将有所帮助。 什么是splay的主要目的?

1 个答案:

答案 0 :(得分:0)

展曲:

splay The amount of time in seconds to splay a scheduled job. Can be specified as a single value in seconds or as a dictionary range with 'start' and 'end' values.

是一个随机的启动延迟,但我不知道为什么你会丢失数据,所以我不能说splay是否会帮助你。

当你有很多小兵并且你不希望他们在同一时间运行某些东西时可能会使用Splay,这可能会使主装载量变高。

我建议您检查日志,看看事件丢失的原因。