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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Schedule periodic jobs on Heroku with Cron

6 点作者 sosedoff超过 6 年前

3 条评论

sosedoff超过 6 年前
Hi HN,<p>This is a small project that i&#x27;ve been meaning to launch for quite some time. Cronrunner is a job scheduler addon for Heroku applications, similar to standard scheduler but more powerful: you can define jobs with cron, set timezone, see history and receive error notifications. No need to setup webhooks or background jobs.<p>I&#x27;ve been using this addon internally for many months and finally decided to clean up and make a public site. The addon is not listed on the marketplace yet, i just need a bunch of test users to try it out, once it&#x27;s done i can move it to the beta phase.<p>Feedback&#x2F;ideas are highly appreciated!
uberneo超过 6 年前
Clean execution !! Is there a functionality where you can create dependencies between jobs, means run job 2 only on the successful run of job 1.<p>Also are simply creating a cron entry based on whats inputted in frontend?<p>Would be interested to see the flow and that how you are generating and saving the logs
评论 #18499737 未加载
lpellegr超过 6 年前
It seems your are competing with Google Cloud Scheduler:<p><a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;scheduler&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;scheduler&#x2F;</a><p>Good luck!
评论 #18511596 未加载