Skip to content

Commit

Permalink
Add retry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed May 13, 2024
1 parent 0fdb398 commit dff384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrakis/cutout.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def worker(
return [image_update, weight_update]


@task(name="Cutout from big cube")
@task(name="Cutout from big cube", retries=3, retry_delay_seconds=[1, 10, 100])
def big_cutout(
sources: pd.DataFrame,
comps: pd.DataFrame,
Expand Down

0 comments on commit dff384a

Please sign in to comment.