-
Notifications
You must be signed in to change notification settings - Fork 63
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
RateLimitException hit for all write/upload operations #804
Comments
Well now it works extremely well as if nothing is wrong. Maybe related to #780 ? |
If I'm not wrong If it was a case of In any case, from the CARTOframes side, we'll have to be more verbose for this kind of exceptions, otherwise will get eventually a bunch of recurrent support cases. |
After testing it with both accounts (yours and mine), I have not been able to reproduce it. About timeout: now we are using Batch or Copy, and they have a timeout of 12 hours and 5 hours respectively. So, I suppose that is not the case. About rate limits: it could be possible because we have a limit of 1 copy every ~10 seconds, but the error should be Have you suffered it again after that? |
Checking it in Kibana, I see 7 responses with a 429 error from your account and all of them are query timeouts. It is rare because the timeout is raising after 25 seconds (the default db timeout) instead of 5 hours. Further work needed to know the problem importance |
In the last 7 days, we have only your 7 requests from a total of 3.370. For now, I would forget this one, but I will keep an eye on the dashboard the following days. I am going to close it, but feel free to reopen if you see something wrong or it is happening again |
Thanks for looking into this @oleurud. Yeah, another one of those strange transient ones. I'll ping back if I see anything again. |
cf version: 1.0b1
python version: 3.7.3
I'm not able to write (with cartocontext.write) or upload (with dataset.upload) to my carto account with v1.0b1. I keep getting
RateLimitException
Looking into it, I'm not sure why this would be happening 🤷♂
@alrocar any idea?
The text was updated successfully, but these errors were encountered: