Does there exist some way to "reset" for a host th...
# general
h
Does there exist some way to "reset" for a host the mechanism of what the last value of differential results was, so we can force an update of all the queries? We'd like to reset where the results get shipped to in our setup, and we'd like to be able to repopulate a good set of results.
h
Yeah, I'd read through that but didn't understand fully. If I got the current epoch time, and threw that time into
--schedule_epoch=<thatvalue>
, I could leave that setting in, and it'd have the behavior I'd just described above? If I wanted to trigger another update, I could just update the schedule_epoch again manually?
z
Yep!
h
Thanks so much, @zwass!