Skip to content

Commit cb4bed2

Browse files
Set max_retries to 0 for faster failure feedback
Revert max_retries from 3 to 0 to fail fast on errors rather than retrying, which is better for development and debugging. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Robert Nishihara <rkn@anyscale.com>
1 parent 6890423 commit cb4bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray_data_robotics_droid_blip/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env_vars:
4343
entrypoint: uv run python pipeline.py
4444

4545
# If there is an error, do not retry.
46-
max_retries: 3
46+
max_retries: 0
4747

4848
# Kill the job after 4 hours to control costs.
4949
timeout_s: 14400

0 commit comments

Comments
 (0)