ensure job deps are created only once

This commit is contained in:
Chris Meyers
2017-02-14 14:36:09 -05:00
parent 2432a3d3c3
commit 6e9488a59b
3 changed files with 29 additions and 13 deletions
+2 -1
View File
@@ -223,7 +223,8 @@ def job_factory(epoch):
'celery_task_id': '',
'project__scm_update_on_launch': project__scm_update_on_launch,
'inventory__inventory_sources': inventory__inventory_sources,
'forks': 5
'forks': 5,
'dependent_jobs__id': None,
})
return fn