DataBiosphere / findable-ui

Apache License 2.0
1 stars 0 forks source link

feat: limit retries and use exponential backoff for api requests (#203) #216

Open hunterckx opened 2 days ago

hunterckx commented 2 days ago

I've updated the api function to create a new Axios instance each time, rather than using a singleton, so that each instance can have its own retry process