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

Exception: userRateLimitExceeded #453

Closed
tcf909 opened this issue Jun 12, 2018 · 1 comment
Closed

Exception: userRateLimitExceeded #453

tcf909 opened this issue Jun 12, 2018 · 1 comment

Comments

@tcf909
Copy link

tcf909 commented Jun 12, 2018

Thread 35768 killed on uncaught exception Failure("Error: {
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "userRateLimitExceeded",
    "message": "User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expect

Getting a lot of uncaught exceptions when rate limiting. Are the threads ok to die like that, or should these errors be caught and handled better?

@astrada
Copy link
Owner

astrada commented Jun 12, 2018

Are the threads ok to die like that, or should these errors be caught and handled better?

No, the app should retry the request when receiving that error. If you can reproduce while logging with -verbose, would you send me your gdfuse.log (my email is alessandro.strada@gmail.com)? I don't need the whole file. It should be enough to get about 50 lines around the line where you should find the string ServiceError. Thanks!

@astrada astrada closed this as completed in 4a1492e Sep 4, 2018
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

2 participants