Closed santhoshramaraj closed 2 months ago
@retry(when=retry.when.status(429), stop=retry.stop.after_attempt(5)) class FileClient(BaseClient):
Uplink uses exponential backoff by default.
Improve Developer Experience by using nisystemlink-clients instead of systemlink-sdk, which is installed with the SystemLink Client application.
nisystemlink-clients
systemlink-sdk
@adamarnesen refactored and added all key APIs for FileClient
What does this Pull Request accomplish?
Uplink uses exponential backoff by default.
Why should this Pull Request be merged?
Improve Developer Experience by using
nisystemlink-clients
instead ofsystemlink-sdk
, which is installed with the SystemLink Client application.What testing has been done?