snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Add retry for events that failed to send to collector #135

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

Add the functionality to retry events in requests that failed to be sent to the Collector due to network problems or failed status code in the response.

This is a standard feature in our other trackers, the implementation could follow the Java or Python trackers.

agianastasio commented 1 year ago

Any update pleae on this one ? Would be super useful, we are losing too many events in case of network failure....