elixir-inspector/ua_inspector

Handle definition download failures

leonardb opened this issue · 0 comments

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