Skip to content

Commit

Permalink
bane stall timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Oct 28, 2024
1 parent c86c373 commit 8cebba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flint/prefect/common/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def task_extract_solution_path(calibrate_cmd: CalibrateCommand) -> Path:
return calibrate_cmd.solution_path


@task
# BANE sometimes gets cauht in some stalled staTE
@task(timeout_seconds=60 * 45, retries=3)
def task_run_bane_and_aegean(
image: Union[WSCleanCommand, LinmosCommand], aegean_container: Path
) -> AegeanOutputs:
Expand Down

0 comments on commit 8cebba7

Please sign in to comment.