3147: Add RetryLoop to the Python SDK.
authorBrett Smith <brett@curoverse.com>
Tue, 26 Aug 2014 13:46:17 +0000 (09:46 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 26 Aug 2014 15:32:00 +0000 (11:32 -0400)
commitadbeb30cc27fa56a4550e28e1fd5e8ec4a1c7836
treeff68a44fcb14fa03688c5890aa2fab8a5c9d6167
parent440d863f1643587d37bd21548410f13b655ac021
3147: Add RetryLoop to the Python SDK.

This provides a general-purpose mechanism for us to retry all kinds of
operations.
sdk/python/arvados/retry.py [new file with mode: 0644]
sdk/python/setup.py
sdk/python/tests/test_retry.py [new file with mode: 0644]