mmm / infrastructure-gym

Train Reinforcement-Learning agents to understand and control cloud infrastructure
Apache License 2.0
3 stars 1 forks source link

handle api failures a little better #19

Open mmm opened 5 years ago

mmm commented 5 years ago

both cloud and storage_ apis...

State bucket access often triggers rate limiting :-/

Prefer retry w/ backoff once it triggered over initially adding some arbitrary delay.