rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

Removed hardcoded "sleep 5" in ebsService #202

Closed peebles closed 4 years ago

peebles commented 7 years ago

Removed hardcoded "sleep 5" before every GetVolume() and getSnapshot() call. Use built in AWS MaxRetries instead.

The EBS driver was incredibly slow to some up prior to this fix.

peebles commented 7 years ago

I just did another commit to this branch. Added back in the sleepBeforeRetry() but put it in the places it was really needed.

cjellick commented 4 years ago

Very stale. Closing. Thanks! Please open a new PR if there is still a relevant change.