Azure / osdu-data-load-tno

Data loading process for OSDU on Azure
Apache License 2.0
8 stars 5 forks source link

Added functional batching and timeout retry mechanisms #26

Closed Miller-Kyle closed 2 weeks ago

Miller-Kyle commented 2 weeks ago

The batching wasn't working correctly and we now need to batch the number of records we send in each manifest ingest, or the service will complain the request was too large. We also were hanging when calling the storage api, so I added in a timeout and retry logic.