We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4b79e commit d114b2aCopy full SHA for d114b2a
1 file changed
components/job-orchestration/job_orchestration/scheduler/query/query_scheduler.py
@@ -890,7 +890,6 @@ async def handle_finished_search_job(
890
new_job_status = QueryJobStatus.FAILED
891
logger.error(
892
f"Search task job-{job_id}-task-{task_id} failed. "
893
- "Check container logs for details."
894
)
895
else:
896
job.num_archives_searched += 1
@@ -982,7 +981,6 @@ async def handle_finished_stream_extraction_job(
982
981
if not QueryTaskStatus.SUCCEEDED == task_result.status:
983
984
f"Extraction task job-{job_id}-task-{task_id} failed. "
985
986
987
988
0 commit comments