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

[Question] What causes the Polling overload? #1166

Closed
henjoe opened this issue Apr 25, 2024 · 1 comment
Closed

[Question] What causes the Polling overload? #1166

henjoe opened this issue Apr 25, 2024 · 1 comment

Comments

@henjoe
Copy link

henjoe commented Apr 25, 2024

I have one MQTT client device, and I just added topics to subscribe, every time I deleted a tag, a warning of Polling overload always happen.

image

My question is what causes the overload?

Thanks and regards,

@unocelli
Copy link
Member

unocelli commented May 7, 2024

Hi, polling it means that there is a task that reads the tags of the device at a certain interval and overload indicates that the reading has been longer than the interval of the next polling task.

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