Hacker News new | ask | show | jobs
by uberneo 2764 days 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.

Also are simply creating a cron entry based on whats inputted in frontend?

Would be interested to see the flow and that how you are generating and saving the logs

1 comments

There is no dependency graph between the jobs, i think this would be the case for a specialized tool. Cronrunner is very simple when it comes to job definition.

As for cron jobs, there's a bit of validation involved. The jobs are not executed with the old cron daemon, im using cron-like implementation in my stack. The logs are produces by Heroku platform so im just saving those, no magic at all.