codeforIATI / iati-tables

https://iati-tables.codeforiati.org
MIT License
1 stars 0 forks source link

Retry downloading schema and registry data #38

Closed tillywoodfield closed 4 months ago

tillywoodfield commented 4 months ago

Upgrade iatikit to 3.4.0 to add retries for schema/data downloads.

Closes https://github.com/codeforIATI/iati-tables/issues/37

odscjames commented 4 months ago

Are there no retries in iatikit? Would it be better to see if we can get something in there, so others users of that can benefit too?

tillywoodfield commented 4 months ago

Are there no retries in iatikit? Would it be better to see if we can get something in there, so others users of that can benefit too?

No there isn't any currently, I can make the change there instead

tillywoodfield commented 4 months ago

@odscjames I've made the change in iatikit (https://github.com/codeforIATI/iatikit/pull/59) and bumped the version to include it here

odscjames commented 4 months ago

Thanks!