snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

Add BlockingFlush utility function #43

Closed jbeemster closed 4 years ago

jbeemster commented 4 years ago

Often we need a way to ensure the queue is empty for killing a short-lived application - as a utility of the Tracker this would make things a lot easier as this logic would not need to be re-implemented in lots of places.