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
- [ ] 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.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
Mention any other details that might be useful
If we agree this is a useful feature, I'll look into implementing it.
The text was updated successfully, but these errors were encountered: