Boavizta / cloud-scanner

📡 Get Boavizta impact data for your aws cloud account usage.
GNU Affero General Public License v3.0
34 stars 8 forks source link

Document how to increase request timeout when on flaky network #231

Open demeringo opened 1 year ago

demeringo commented 1 year ago

Problem

When app or test are executed from an unreliable network, it works or not depending on network state, and edfault timeouts or retry lead to false negatives.

Solution

Set manually different retries numbers or timeout through command line.

Document this.

Alternatives

Additional context or elements

demeringo commented 1 year ago
export AWS_MAX_ATTEMPTS=15