bangalore-clj

olttwa 2022-08-01T09:37:37.035649Z

👍 3
Prashant 2022-10-19T04:27:39.759629Z

Hi Akshat, I am curious if one can specify dependencies between jobs like https://github.com/framed-data/overseer (not maintained and brittle) and https://github.com/schmee/daguerreo (does not support scheduled jobs) support this by DAG implementation. I have created this question as an https://github.com/nilenso/goose/issues/92 as well

olttwa 2022-10-19T05:20:03.770969Z

Hey Prashant, It's possible to link job-dependencies based on results. I've https://github.com/nilenso/goose/issues/92#issuecomment-1283437799 with the solution. Thanks! 😄

👍 1
Prashant 2022-10-19T05:27:09.930629Z

Thanks Akshat!