onaio / fhir-tooling

A command line utility to support FHIR Core content authoring
Other
2 stars 1 forks source link

Importer: Tool times out #52

Closed ageryck closed 11 months ago

ageryck commented 11 months ago

Bulk Importer times out after max re-tries with sample error below; add a wait timing during execution

ERROR:root:HTTPSConnectionPool(host='fhir.echis-srp.health.go.ug', port=443): Max retries exceeded with url: /fhir (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000028B1C865D60>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))

pld commented 11 months ago

could try exponential back off