dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
167 stars 84 forks source link

feat: add retry/backoff logic for get_assets_properties #3784

Closed olaszakos closed 1 month ago

olaszakos commented 1 month ago

Description

Adds retry logic with exponential backoff to get_assets_properties. Additionally the get_assets_properties concurrency has been increased to 50, as a suggested safe value by @r-birkner.

Fixes:

How Has This Been Tested?

No tests were added.

Checklist: