Skip to content

Event collection reliability

Chirpstack does not re-send events with the HTTP integration when it gets an HTTP error response.

This means that reliably collecting the data (especially when upgrading the API server) will require multiple nodes collecting the data simultaneously, which will then synchronize to fill in any gaps.

As a simpler, slightly less reliable solution, perhaps a reverse-proxy can cache such request until the server is available again.