meetrics icon indicating copy to clipboard operation
meetrics copied to clipboard

Force refresh

Open Akibalogh opened this issue 5 years ago • 3 comments

One more question: I understand this script runs overnight. Is there a command to force it to refresh immediately?

Akibalogh avatar Apr 09 '20 22:04 Akibalogh

I see the function computeYesterday() so I am guessing it's only designed to run overnight

Akibalogh avatar Apr 09 '20 22:04 Akibalogh

Yup! I had a cron running every day and it would just compute yesterday. backfill.go is the best way to compute a whole range of dates; I didn't go any more granular than daily (no hourly refreshing at the moment).

chasdevs avatar Apr 09 '20 23:04 chasdevs

Thanks.. I was just thinking of whether I could set my system clock to a different timezone, or if there's a docker setting.. will look deeper this wknd

Akibalogh avatar Apr 10 '20 14:04 Akibalogh