remove timeout retry in the sync load
Open
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
There is no point in retrying the sync load, because there will be other tasks requesting this task at the same time. As long as the subsequent tasks are normal, it will be fine. Too many retries will only cause congestion and delays
Contributor guide
Assessment
This issue has not been assessed yet.