-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Currently when it's unable to access a URL, it throws a warn. It should return an error to the calling component.
To Reproduce
2023-07-09T17:01:00 WARN component-wide error error=Component("error sending request for url (https://): error trying to connect: dns error: failed to lookup address information: Name or service not known")
2023-07-09T17:01:00 WARN op:error err=PacketError { msg: "error sending request for url (https://): error trying to connect: dns error: failed to lookup address information: Name or service not known" }
Expected behavior
It should throw an error.
Actual behavior
It returns a warn and the rest of the flow continues.
Environment:
- OS
- Architecture
- Build Version
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working