Loading llm/thread_funcs.py +3 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,9 @@ def run_background_free_form_assessment(submission_id: int): for answer, details in tasks: thread = threading.Thread( target=run_safe_task, args=(answer, details), daemon=True, target=run_safe_task, args=(answer, details), daemon=True, ) thread.start() Loading Loading
llm/thread_funcs.py +3 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,9 @@ def run_background_free_form_assessment(submission_id: int): for answer, details in tasks: thread = threading.Thread( target=run_safe_task, args=(answer, details), daemon=True, target=run_safe_task, args=(answer, details), daemon=True, ) thread.start() Loading