mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 04:51:50 -05:00
* Late in the release we added job dependency tracking to the DB. We decided not to use this information in the scheduler. However, I half-ass added code to the scheduler to use it. Note that we still determine inv and job update dependency by using a hack of the related creation time, job.created-2 and job.created-1 respectively. This removes any use of job dependent id expect for purposes of chain failing.