Closed trgiangdo closed 1 year ago
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 7326 7032 96% 85% 🟢 New Files
No new covered files...
Modified Files
File Coverage Status src/taipy/core/_repository/_filesystem_repository.py 99% 🟢 src/taipy/core/common/_utils.py 100% 🟢 src/taipy/core/config/core_section.py 97% 🟢 TOTAL 99% 🟢 updated for commit:
ac7fa7a
by action🐍
In this PR:
read_entity_retry
now an actual attribute of the CoreSection, with the default value of 3._retry()
decorator is renamed to_retry_read_entity()
, and now use the dynamic value ofConfig.core.read_entity_retry
as the retry times, instead of the passing value at import.