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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you monitor your automated jobs?

1 点作者 justkez将近 12 年前
I&#x27;m researching how startups&#x2F;solo operators are keeping track of automated&#x2F;cron&#x2F;batch jobs on an hourly&#x2F;daily&#x2F;weekly basis.<p>I&#x27;d love to know if you use a &quot;email me on success&quot; approach or more of a Dead Man&#x27;s Switch approach, and how you&#x27;ve implemented it in your company or stack.<p>We&#x27;ve all got those data munging jobs that are more critical and less reliable than we like to admit!

2 条评论

baxter001将近 12 年前
They call an internal message broker to report their start details and report their current state or termination depending on the job type, these details are then batched and pumped into [cloud analytics platform of your choice] which runs triggers for notification of employees for routine processes, exception emails to admins and exposes the whole shebang for monthly reporting.
entelarust将近 12 年前
<a href="http://www.deadmansswitch.net/" rel="nofollow">http:&#x2F;&#x2F;www.deadmansswitch.net&#x2F;</a>