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

Update Events not possible #35

Open
Frank-Vito opened this issue Sep 30, 2021 · 0 comments
Open

Update Events not possible #35

Frank-Vito opened this issue Sep 30, 2021 · 0 comments

Comments

@Frank-Vito
Copy link

Frank-Vito commented Sep 30, 2021

This issue is for a: (mark with an x)

- [ x] bug report -> please search issues before submitting
- [ x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

When sending multiple events with and identical timestamp and id this results in multiple events being created.

image

Expected/desired behavior

If an event with the same timestamp and id already exists, the values should be updated /overwritten.

Mention any other details that might be useful

consider the following scenario.
Where are using TSI to store forecast for the next 14 days. These forecasts are updated every day , creating a sliding window of updated forecasts.
Idea is to have a single TSI instance containing the latest forecast. Because the events are not updated, but added the values returned by TSI are incorrect.

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

No branches or pull requests

1 participant