GreptimeTeam / demo-scene

👾Scripts and samples to support Greptime Demos and Talks.
https://greptime.com
Apache License 2.0
25 stars 8 forks source link

Error- write request banned #16

Closed Puled closed 6 months ago

Puled commented 6 months ago

I keep running into the following error:

ERROR <module> Unhandled exception for futures: (MySQLdb.OperationalError) (1815, 'Write request banned for [Database] until [time UTC]

I'm using a Windows 10 22H2 and use Windows Powershell to run python agent.py as the command.

tisonkun commented 6 months ago

GreptimeCloud hobby plan has a rate limit since it uses a shared resource pool for all the hobbyist.

I think we can ignore this error and wait util the time to retry.

@shuiyisong @Puled IIRC the rate limit is >1000 qps, it should be generally large than your keyboard input frequency, how do you meet this error?

shuiyisong commented 6 months ago

@Puled Sorry for your inconvenience. We happen to introduced a minor issue where CU limit is not correctly calculated yesterday. It should be fixed by now. Please try again and if there's any problem, do not hesitate to contact us.

Thank you for your patience.

tisonkun commented 6 months ago

@shuiyisong Thanks for your information!

@Puled The reply above should answer your question. Thanks for raising this issue!

Close as resolved.