david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
58 stars 37 forks source link

Add retrying #22

Open norus opened 9 years ago

norus commented 9 years ago

Sometimes connections to Foreman can be lost either due to network or other reasons. Would it be possible to extend current client.py with something like https://pypi.python.org/pypi/retrying?