-
Notifications
You must be signed in to change notification settings - Fork 24
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
Handle definition download failures #31
Open
leonardb opened this issue
Jun 29, 2023
· 0 comments
· Fixed by SiftLogic/ua_inspector#1 · May be fixed by #33
Open
Handle definition download failures #31
leonardb opened this issue
Jun 29, 2023
· 0 comments
· Fixed by SiftLogic/ua_inspector#1 · May be fixed by #33
Comments
kyle-neal
added a commit
to SiftLogic/ua_inspector
that referenced
this issue
Jun 29, 2023
kyle-neal
added a commit
to SiftLogic/ua_inspector
that referenced
this issue
Jun 29, 2023
(fix) Require Logger
kyle-neal
added a commit
to SiftLogic/ua_inspector
that referenced
this issue
Jun 29, 2023
(fix) Require Logger
leonardb
pushed a commit
to SiftLogic/ua_inspector
that referenced
this issue
Dec 13, 2023
(fix) Require Logger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
downloader.ex
defp download_file hard matches on
{:ok, content}
When github goes offline, like it did today, this causes a cascading crash issue with deployed applications where ua_inspector is used as a dependency
Logging failures and not crashing would probably be a better strategy
The text was updated successfully, but these errors were encountered: