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

Add Resilience to Log Uploads #1

Open
suneetnangia opened this issue May 12, 2021 · 1 comment
Open

Add Resilience to Log Uploads #1

suneetnangia opened this issue May 12, 2021 · 1 comment

Comments

@suneetnangia
Copy link

Please provide us with the following information:

This issue is for a: (mark with an 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

Break edgeAgent connectivity to blob storage endpoint for storing log files.
Trigger Schedule Module Logs func app which triggers Invoke Module Logs Uploads func app.
Bridge edgeAgent connectivity to blob storage endpoint back.
Let Schedule Module Logs trigger again to upload logs.
Observe gap in uploaded logs due to first run being errored because of connectivity issue induced (which can happen in real life).

Any log messages given by the failure

Errors are not surfaced to the solution.

Expected/desired behavior

Error in uploading log files is considered (by checking status via GetTaskStatus direct method) by the Schedule Module Logs func before issuing subsequent log uploads, to ensure no gaps in log uploads occur and any upload errors are surfaced to the user/app.

Mention any other details that might be useful

If we agree this is a useful feature, I'll look into implementing it.

@veyalla
Copy link
Contributor

veyalla commented May 13, 2021

Sounds like a useful capability to add. Thoughts @marvin-garcia?

marvin-garcia pushed a commit that referenced this issue Nov 19, 2021
Add terraform ELMS first iteration

Co-authored-by: Ioana Amarande <ioanaa@microsoft.com>
Co-authored-by: Machteld <mabogels@microsoft.com>
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

2 participants