Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
allow retries on remote_section
Browse files Browse the repository at this point in the history
  • Loading branch information
SoundsSerious committed Dec 3, 2023
1 parent 1156db6 commit d453ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ottermatics/eng/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def remote_run_combo(ref_structure, combo):
raise e


@ray.remote
@ray.remote(max_retries=-1,retry_exceptions=True)
def remote_section(
beamsection,
beamname,
Expand Down

0 comments on commit d453ec8

Please sign in to comment.