How to enable retries on Auth0 Management

Is there any way I can enable retries on Auth0 Management API? For example, if I try to create a client and it fails there is automatically a retry and the Auth0 management API tries it again instead of returning me back that error

Hey @gsinha,

Retry for the Auth0 ManagementClient SDK is by default enabled with 10 retries. I’ve looked up the documentation for you that shows the configuration options and the default values: ManagementClient - Documentation

(note: It’s a link for the Node.js sdk, not sure about differences for other languages/frameworks)

Perhaps you’re running into a different issue?

Best,
Rutger

Can you confirm for golang too? I am trying to develop a new service and want to be sure if retries are enabled for golang