Skip to content

Commit d114b2a

Browse files
resolved comments
1 parent 7d4b79e commit d114b2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/job-orchestration/job_orchestration/scheduler/query/query_scheduler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,6 @@ async def handle_finished_search_job(
890890
new_job_status = QueryJobStatus.FAILED
891891
logger.error(
892892
f"Search task job-{job_id}-task-{task_id} failed. "
893-
"Check container logs for details."
894893
)
895894
else:
896895
job.num_archives_searched += 1
@@ -982,7 +981,6 @@ async def handle_finished_stream_extraction_job(
982981
if not QueryTaskStatus.SUCCEEDED == task_result.status:
983982
logger.error(
984983
f"Extraction task job-{job_id}-task-{task_id} failed. "
985-
"Check container logs for details."
986984
)
987985
new_job_status = QueryJobStatus.FAILED
988986
else:

0 commit comments

Comments
 (0)