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

Channel should not send old data from local storage #278

Closed
abaranch opened this issue Aug 9, 2016 · 3 comments
Closed

Channel should not send old data from local storage #278

abaranch opened this issue Aug 9, 2016 · 3 comments

Comments

@abaranch
Copy link
Contributor

abaranch commented Aug 9, 2016

No description provided.

@abaranch abaranch added the bug label Aug 10, 2016
@abaranch
Copy link
Contributor Author

May be we want to send a single trace instead of the whole batch so customer can investigate the missing data issue.

@abaranch abaranch added enhancement and removed bug labels Oct 5, 2016
@abaranch
Copy link
Contributor Author

abaranch commented Oct 7, 2016

We are updating channel in the scope of this: #318
This enchantments may be obsolete.

@SergeyKanzhelev
Copy link
Contributor

It is implemented.

See this

// The injestion service rejects anything older than 2 days.
if (file.DateCreated > DateTimeOffset.Now.AddDays(-2)) 

PR: #326

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

No branches or pull requests

2 participants