Skip to content

Commit

Permalink
Don't retry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Oct 24, 2024
1 parent ac6d469 commit 506ca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrakis/imager.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def run_wsclean_singuarlity(
raise e


@task(name="Image Beam", persist_result=True, retries=1)
@task(name="Image Beam", persist_result=True)
def image_beam(
ms: Path,
field_idx: int,
Expand Down

0 comments on commit 506ca19

Please sign in to comment.