|
|
|
|
|
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 |
|
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.