codecypherz / ffxivfisher

Source for ffxivfisher.appspot.com which helps people fish in Final Fantasy XIV.
7 stars 5 forks source link

Tickle memcache during weather fetch. #3

Closed codecypherz closed 9 years ago

codecypherz commented 9 years ago

Fish data will be evicted if enough time passes (it seems). Try to increase probability of cache hit for fish data by issuing a memcache get in the SkywatcherService.

codecypherz commented 9 years ago

Fixing this is increasingly important. Average latency is still high for the /fishes endpoint.

codecypherz commented 9 years ago

This is now live.