materialsproject / api

New API client for the Materials Project
https://materialsproject.github.io/api/
Other
107 stars 39 forks source link

Small edit to add `backoff_factor` to client #759

Closed mkhorton closed 1 year ago

mkhorton commented 1 year ago

This will introduce a delay between successive API calls if retries are required. A setting was added to make this optional/user-controllable.

munrojm commented 1 year ago

Thanks for catching this and providing a fix @mkhorton!