Chris Meyers cc7c2957cf always chain failures
* When inv and proj updates trigger from a JT run, if either update
fails then the job template should get marked failed. Before this
commit, the job template would get marked failed ONLY if there was
enough capacity to run all the associated updates within the same
schedule() call. If, instead, the associated updates were ran in another
schedule() call, the failure chain was lost. This changeset fixes that
by saving the necessary data in the dependent_jobs relationship so that
the failure is always chained.
2016-12-09 14:09:54 -05:00
..
2016-12-02 14:02:13 +05:30
2016-12-09 14:09:54 -05:00
2016-10-25 16:12:41 +05:30
2016-10-18 18:10:39 +05:30
2016-11-15 20:59:39 -05:00
2016-10-14 09:46:41 -04:00
2015-06-11 16:10:23 -04:00
2016-02-02 23:00:07 -05:00