average-cpu-32189
05/20/2022, 9:33 AMStatus()
hook [interface explained].
We have noticed that this is very much depending on load. During low (normal) load Status()
is called multiple times per second. The Get()
hook is only executed once every 30s, so we consider any rate of Status()
higher than 15s to be a waste.
The webapi PluginConfig
contains configurations for a ReadRateLimiter
and WriteRateLimiter
[github] which I am unable to find being used in either propeller nor plugin machinery. We are not experiencing any throttling from the external API, only that the Status()
rate is very high.
Anyone have any pointers where to go from here?freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
average-cpu-32189
05/20/2022, 1:31 PMaverage-cpu-32189
05/20/2022, 1:33 PMfreezing-airport-6809