mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Set task retry delay to zero (#21690)
This commit is contained in:
parent
e3357eb9e5
commit
5065156dd9
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ RAY_CONFIG(uint64_t, local_gc_min_interval_s, 10)
|
|||
RAY_CONFIG(uint64_t, global_gc_min_interval_s, 30)
|
||||
|
||||
/// Duration to wait between retries for failed tasks.
|
||||
RAY_CONFIG(uint32_t, task_retry_delay_ms, 5000)
|
||||
RAY_CONFIG(uint32_t, task_retry_delay_ms, 0)
|
||||
|
||||
/// Duration to wait between retrying to kill a task.
|
||||
RAY_CONFIG(uint32_t, cancellation_retry_ms, 2000)
|
||||
|
|
Loading…
Add table
Reference in a new issue