Chart repo FetchChartVersions/1 is always waiting for the very first
resolution of chart index fetcher in order to return the list of
versions for the chart. In the current implementation nothing stops this
method from hanging forever and report no error. The proposed patch
introduces an explicit timeout so a fetch problem could be indicated in
the relevant objects (application mainly).
Chart repo FetchChartVersions/1 is always waiting for the very first resolution of chart index fetcher in order to return the list of versions for the chart. In the current implementation nothing stops this method from hanging forever and report no error. The proposed patch introduces an explicit timeout so a fetch problem could be indicated in the relevant objects (application mainly).
Signed-off-by: Oleg Sidorov oleg.sidorov@booking.com