Hi HN,<p>This is a small project that i'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'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's done i can move it to the beta phase.<p>Feedback/ideas are highly appreciated!
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
It seems your are competing with Google Cloud Scheduler:<p><a href="https://cloud.google.com/scheduler/" rel="nofollow">https://cloud.google.com/scheduler/</a><p>Good luck!