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

[bug] Do not retry sending data if HTTP response is 400 bad request #101

Closed nemesifier closed 1 year ago

nemesifier commented 2 years ago

Data should not be sent again if there's a 400 error, the error should be logged as usual and data should be discarded.

devkapilbansal commented 2 years ago

Looking into it