Skip to content

Commit 506ca19

Browse files
committed
Don't retry
1 parent ac6d469 commit 506ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrakis/imager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def run_wsclean_singuarlity(
306306
raise e
307307

308308

309-
@task(name="Image Beam", persist_result=True, retries=1)
309+
@task(name="Image Beam", persist_result=True)
310310
def image_beam(
311311
ms: Path,
312312
field_idx: int,

0 commit comments

Comments
 (0)