Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 30, 2024
1 parent 89a1492 commit e93d369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbinia/task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ def process_tasks(self):
log.warning(message)
task = self.timeout_task(task, config.CELERY_EXPIRATION_TIME)
task.result.status = message
task.result.close(self, success=False, status=message)
completed_tasks.append(task)
else:
check_timeout = True
Expand Down

0 comments on commit e93d369

Please sign in to comment.