Drop todo / answered question

This commit is contained in:
Jim Ladd
2021-02-24 10:25:35 -08:00
parent a5cfc3036f
commit ea2afeec1f

View File

@@ -1288,8 +1288,6 @@ class BaseTask(object):
if self.instance.spawned_by_workflow: if self.instance.spawned_by_workflow:
self.parent_workflow_job_id = self.instance.get_workflow_job().id self.parent_workflow_job_id = self.instance.get_workflow_job().id
# TODO: can we count on instance always having created?
# If we can't how can we store the job_event?
self.job_created = str(self.instance.created) self.job_created = str(self.instance.created)
try: try: