TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Schedule periodic jobs on Heroku with Cron

6 pointsby sosedoffover 6 years ago

3 comments

sosedoffover 6 years ago
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!
uberneoover 6 years ago
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 未加载
lpellegrover 6 years ago
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 未加载