This chanage enabled codespell in precommit and fixes the existing typos. A followup commit will enable this in tox and ci. Change-Id: I0a11bcd5a88247a48d3437525fc8a3cb3cdd4e58
10 lines
416 B
YAML
10 lines
416 B
YAML
---
|
|
features:
|
|
- |
|
|
API calls while building the Compute data model will be retried upon
|
|
failure. The amount of failures allowed before giving up and the time before
|
|
reattempting are configurable. The `api_call_retries` and
|
|
`api_query_timeout` parameters in the `[collector]` group can be used to
|
|
adjust these parameters. 10 retries with a 1 second time in between
|
|
reattempts is the default.
|