Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override the LookbackDelta for Interval queries with NodeReplaced data #609

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

jacksontj
Copy link
Owner

Since we already did a query of a downstream (in some aggregate) we don't want to apply any LookbackDelta ranges to this (as it was already computed). This avoids the behavior where a response will "repeat" the last result seen for the duration of the LookbackDelta.

Fixes #606

Since we already did a query of a downstream (in some aggregate) we
don't want to apply any LookbackDelta ranges to this (as it was already
computed). This avoids the behavior where a response will "repeat" the
last result seen for the duration of the LookbackDelta.

Fixes #606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

promxy makes up datapoints by repeating the last dataset
1 participant