Good morning everyone! Wondering if there is a way...
# core
j
Good morning everyone! Wondering if there is a way to disable caching scheduled query results if the logger plugin is not responding. We shut down an AWS kinesis stream and by the time we put it back online, 24hs of results were ‘dumped’ into the stream. We tried using
--disable_caching=true
but apparently thats not what that flag is for. Any flag/config we should use? Thanks!!