Hey Duo!
We've noticed our service receiving 429 responses when hitting your APIs using the golang SDK. It looks like in the docs that the SDK should implement a backoff/retry but it looks like it doesn't. We'll handle this ourselves for now but thought you should know. Please advise.
https://help.duo.com/s/article/1338?language=en_US
|
func (c *Client) GetAdminLogs(mintime time.Time, options ...func(*url.Values)) (*AdminLogResult, error) { |
|
func (c *Client) GetAuthLogs(mintime time.Time, window time.Duration, options ...func(*url.Values)) (*AuthLogResult, error) { |
Hey Duo!
We've noticed our service receiving 429 responses when hitting your APIs using the golang SDK. It looks like in the docs that the SDK should implement a backoff/retry but it looks like it doesn't. We'll handle this ourselves for now but thought you should know. Please advise.
https://help.duo.com/s/article/1338?language=en_US
duo_api_golang/admin/logs.go
Line 239 in 096d330
duo_api_golang/admin/logs.go
Line 59 in 096d330