artsy / fusion-deprecated

Experimental orchestration layer for Artsy web clients (deprecated)
MIT License
1 stars 2 forks source link

@craigspaeth: Throttle per-artwork & new modules #8

Closed craigspaeth closed 9 years ago

craigspaeth commented 9 years ago

The way we were using _.throttle is most likely why we see caches not getting updated after 5 seconds. Notice the difference in logs here when running two curl loops against a local fusion:

before

image

after

image

dylanfareed commented 9 years ago

:+1: Thanks @craigspaeth