openwisp / openwrt-openwisp-monitoring

OpenWRT monitoring agent for openwisp-monitoring
https://openwisp.io/docs/dev/openwrt-monitoring-agent/
GNU General Public License v3.0
23 stars 20 forks source link

[change!] Use randomized backoff instead of exponential backoff #107 #112

Closed pandafy closed 1 year ago

pandafy commented 1 year ago

Instead of using exponential backoff, the package will use a random value between 2 and 15 seconds before retrying to perform HTTP request for uploading metrics to the controller.

Closes #107