-
Notifications
You must be signed in to change notification settings - Fork 859
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
[HELP]2024-12-25 10:55:40 - |WARNING| - [tb_device_mqtt.py] - tb_device_mqtt - _wait_for_rate_limit_released - 749 - Rate limit reached for 1 seconds, waiting for rate limit to be released... #1635
Comments
Hi @DuXiaoChuang, It is a warning, it may appear during initial configuration retrieving process, before the gateway received rate limits from server. If it appears only on starting - it is fine, but if it appears continuously - please provide more information about your environment, more logs, maybe configurations and how much data you try to send to server and how often. |
It happens once a second, and here's what happens { |
As soon as I set the sendDataOnlyOnChange parameter to false, the alarm _wait_for_rate_limit_released - appears { |
As we can see - you have 50 configured datapoints, that should be polled each second, but it looks like it is not enough rate limits to send your data (You can read about rate limits for thingsboard.cloud - here). The gateway uses 80% of available rate limits, to have ability to get incoming RPC requests and shared attribute updates. |
what should i do to reslove this problem?? |
It looks like it is not enough rate limits for your gateway, what subscription type do you have on the cloud? I see 2 possible solutions:
Also, it may be a some kind of gateway issue, if your subscription have enough rate limits, but to be sure, we need to know what type of subscription you use. |
ok,thanks
…---- Replied Message ----
| From | Illia ***@***.***> |
| Date | 01/07/2025 16:04 |
| To | ***@***.***> |
| Cc | Du ***@***.***>***@***.***> |
| Subject | Re: [thingsboard/thingsboard-gateway] [HELP]2024-12-25 10:55:40 - |WARNING| - [tb_device_mqtt.py] - tb_device_mqtt - _wait_for_rate_limit_released - 749 - Rate limit reached for 1 seconds, waiting for rate limit to be released... (Issue #1635) |
It looks like it is not enough rate limits for your gateway, what subscription type do you have on the cloud?
I see 2 possible solutions:
Increase level of subscription.
Install locally instance of ThingsBoard, without any limitations.
Also, it may be a some kind of gateway issue, if your subscription have enough rate limits, but to be sure, we need to know what type of subscription you use.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
2024-12-25 10:55:40 - |WARNING| - [tb_device_mqtt.py] - tb_device_mqtt - _wait_for_rate_limit_released - 749 - Rate limit reached for 1 seconds, waiting for rate limit to be released...
How should this problem be solved?
The text was updated successfully, but these errors were encountered: