Fix for issue where retries continue on a closed runtime (#6564)

Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
This commit is contained in:
tofarr
2025-02-03 08:44:09 -07:00
committed by GitHub
parent 622fc5213d
commit bbfdc62139
24 changed files with 38 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ def get_config(
base_container_image=BIOCODER_BENCH_CONTAINER_IMAGE,
enable_auto_lint=True,
use_host_network=False,
remote_runtime_enable_retries=True,
),
# do not mount workspace
workspace_base=None,