opendataby / configs

Dotfiles, configs
0 stars 1 forks source link

Clean nginx cache when import new data #3

Open tbicr opened 9 years ago

tbicr commented 9 years ago

Currently cache can get disappointment when import new data, because you upload new data, but cache still not refreshed. So cache should be cleaned after new data import.

meramo commented 9 years ago

That's the normal behaviour. The cache isn't cleared because the Datastore is not refreshed. So in order to get refreshed items, do the import every time you upload a new resource or refresh the existing one.

On Sun, Dec 7, 2014 at 3:16 PM, Pavel Tysliacki notifications@github.com wrote:

Currently cache can get disappointment when import new data, because you upload new data, but cache still not refreshed. So cache should be cleaned after new data import.

— Reply to this email directly or view it on GitHub https://github.com/opendataby/configs/issues/3.

Igor

Contacts: +375298640071 (BY) +37060028963 (LT)

Blog: http://miw.by (Ru)

tbicr commented 9 years ago

At least should be message that you should check changes when cache will be refreshed.