Hey, just a small timeout addition to our `Analyti...
# daft-dev
r
Hey, just a small timeout addition to our
AnalyticsClient
. @jay, could I get a review please? https://github.com/Eventual-Inc/Daft/pull/2670
j
reviewed!
I think we need a better way of aborting analytics on the first instance of failure… Something like:
Copy code
try:
    _publish(...)
except ...:
    self.enabled = False
And then we just don’t log any subsequent calls