Expand description
Run flow as batching mode which is time-window-aware normal query triggered when new data arrives
Modulesยง
- engine ๐Batching mode engine
- frontend_
client ๐Frontend client to run flow as batching task which is time-window-aware normal query triggered every tick set by user - state ๐Batching mode task state, which changes frequently
- task ๐
- time_
window ๐Time window expr and helper functions - utils ๐some utils for helping with batching mode
Constantsยง
- TODO(discord9): make those constants configurable The default batching engine query timeout is 10 minutes
- MIN_
REFRESH_ ๐DURATION The minimum duration between two queries execution by batching mode task - will output a warn log for any query that runs for more that 1 minutes, and also every 1 minutes when that query is still running