TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Kala – Modern Job Scheduler Written in Go

13 点作者 ajvb将近 10 年前
Kala is a simplistic, modern, and performant job scheduler written in Go. It lives in a single binary and does not have any dependencies.<p>Kala was inspired by Chronos ( https:&#x2F;&#x2F;github.com&#x2F;mesos&#x2F;chronos ), developed by Airbnb, but the need for a Chronos for the rest of us. Chronos is built on top of Mesos, and is fault tolerant and distributed by design. These are two features which Kala does not have, as it was built for smaller deployments.<p>It has a simple JSON over HTTP API, so it is language agnostic. It has a Web UI, Job Stats, Configurable Retries, uses ISO 8601 Date and Interval notation, Dependant Jobs, and is Persistent (using BoltDB).<p><i>Any feedback would be much appreciated!</i>

1 comment

sprobertson将近 10 年前
Props for making it a RESTful API instead of some custom wire format!
评论 #9779522 未加载