naturalatlas / tilestrata

A pluggable Node.js map tile server.
Apache License 2.0
428 stars 42 forks source link

Profile reports inconsistent #10

Closed jczaplew closed 8 years ago

jczaplew commented 8 years ago

When refreshed, the /profile endpoint seems to rotate between three different versions of statistics. To test, simply go to the /profile endpoint, make sure no requests are being made to the tile server, and refresh at least 3 times.

brianreavis commented 8 years ago

Hmm, that's really peculiar. I'll try to dig into it later today... in the meantime if you spot anything obvious, let me know!

jczaplew commented 8 years ago

Will do! I've been digging around a bit and nothing obvious sticks out. I'll continue poking though.

jczaplew commented 8 years ago

Oh wow, silly mistake - it was running in a cluster, so each response was from a different node. Sorry about that!