We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05297e commit 0cf681eCopy full SHA for 0cf681e
executorlib/task_scheduler/interactive/shared.py
@@ -74,7 +74,6 @@ def _execute_task_without_cache(
74
try:
75
future_obj.set_result(interface.send_and_receive_dict(input_dict=task_dict))
76
except Exception as thread_exception:
77
- interface.shutdown(wait=True)
78
future_obj.set_exception(exception=thread_exception)
79
80
@@ -116,7 +115,6 @@ def _execute_task_with_cache(
116
115
dump(file_name=file_name, data_dict=data_dict)
117
future_obj.set_result(result)
118
119
120
121
else:
122
_, _, result = get_output(file_name=file_name)
0 commit comments