CentOS/python-cicoclient

Failure tolerance: We should catch API failures and retry or fail gracefully

dmsimard opened this issue · 0 comments

https://github.com/dmsimard/python-cicoclient/releases/tag/0.3.7 added support for retrying on "node get" which would fail more often than the other commands due to lack of inventory or momentary API failure.

We should have a proper way to support retries or graceful failures across all the commands.