I noticed that googleapiclient.discovery.build()
calls a function that has num_retries
as a field, so I think that means I don't have to implement retries & error handling when calling a function that takes care of that for me; is this the correct assumption in these scenarios?
Asked
Active
Viewed 91 times
1

phamjamstudio
- 93
- 1
- 5
-
Most likely not every library is doing it in the same way. – mkrieger1 Sep 09 '21 at 23:36