foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
7.86k stars 1.56k forks source link

Increase retry count for default profile to improve reliability nexte… #8271

Closed cratiu222 closed 4 days ago

cratiu222 commented 4 days ago

Pull Request Proposal: Title: Increase retry count for default profile to improve reliability

Description:

This PR increases the retry count from 2 to 3 for the profile.default section. By providing an additional retry attempt, this change aims to enhance the robustness and reliability of operations that may occasionally fail due to transient issues.

Justification:

Improved Reliability: An extra retry attempt can help mitigate temporary failures, improving overall operation success rates. Minimal Impact: This change introduces a minor adjustment that does not affect other configurations or profiles, ensuring minimal disruption while enhancing functionality. Impact: This change is backward compatible and does not introduce any breaking changes. It simply adjusts the retry mechanism to be slightly more resilient.

DaniPopes commented 4 days ago

No thanks