Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use the rate Limiter for azure client #369

Open
1 task
prai14 opened this issue Aug 4, 2023 · 0 comments
Open
1 task

How can I use the rate Limiter for azure client #369

prai14 opened this issue Aug 4, 2023 · 0 comments

Comments

@prai14
Copy link

prai14 commented Aug 4, 2023

I am not able to set the rate limiter for azure client,

package - "golang.org/x/time/rate"
/ Create a new limiter that allows 10 requests per second.
limiter := rate.NewLimiter(10, 1)

Pl help me the sample code to set the rate limiter for azure client.

  • request for new sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant