mdxp / knife-backup

knife plugin to help backup and restore a chef server.
Apache License 2.0
110 stars 45 forks source link

Catch and retry component load errors #17

Closed grobie closed 10 years ago

grobie commented 11 years ago

In case an object can't be loaded, retry up to 5 times. Load errors can happen in case a chef server is too busy with other requests. All knife and chef-client requests do the retry already, so that change is more or less replicating that behavior here.

And yes, our chef 10 server is really broken, that's why we're about to upgrade ;)

mdxp commented 10 years ago

Merged. Thanks @grobie!