Open leonardb opened 1 year ago
downloader.ex defp download_file hard matches on {:ok, content}
{: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
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