You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Current definition of a window uses time.Duration as base for all the calculations, which leads to optimus storing window configuration in nanosecond for both size and delay. Also the time.Duration does not provide way to deal with quantities greater than hour to not deal with timezones.
With this we will also expose presets for end user to define window in a simple manner.
eg @hourly, @daily etc so that people can reason about window properties.
Description
Current definition of a window uses time.Duration as base for all the calculations, which leads to optimus storing window configuration in nanosecond for both size and delay. Also the time.Duration does not provide way to deal with quantities greater than hour to not deal with timezones.
With this we will also expose presets for end user to define window in a simple manner.
eg @hourly, @daily etc so that people can reason about window properties.
Acceptance Criteria
Depends on : 571
Tech Details
Post analysis Capture the details of the work needed to finish the task.
The text was updated successfully, but these errors were encountered: