mixpanel / mixpanel-java

Other
49 stars 37 forks source link

HTTP error code 408 #15

Closed espiegel closed 9 years ago

espiegel commented 9 years ago

I'm getting a bunch of these errors every once in a while:

Server returned HTTP response code: 408 for URL: http://api.mixpanel.com/track?ip=0

After I perform: mixPanelApi.deliver(delivery)

I'm just wondering if anyone else encountered this issue

joeatwork commented 9 years ago

I'm sorry you're experiencing these errors!

I'd love to get a little more context information, if you have the time. In particular,

1) how often do you get these? That is, do you get them every couple of weeks/once per many thousands of requests, or every couple of minutes/every couple of requests?

2) When you get these errors, is there a lot of load on the machine making the requests? Do the errors tend to occur at the same time of day, or for the same kinds of deliveries?

3) How many messages do you usually add to a delivery (and do the failures tend to happen with larger deliveries)

chook commented 9 years ago

14 also speaks about this.

joeatwork commented 9 years ago

I'm going to close this as a duplicate of #14 - @espiegel , I'm going to tag you in that issue so that you can follow progress there.