optimus
optimus copied to clipboard
feat: add cyclic dependency validation
Description check for cyclic dependencies [ job_a -> job_b -> job_a ]
Acceptance Criteria
- [ ] emit hard warning if cyclic dependency is found
- [ ] should happen as part of inspect
- [ ] Job Add & Deploy should be integrated with these hard validations.
Duplicate of #203
closing this issue as it is duplicate of another one