bcc3496 [frontend][python] handle timeout errors

5 files Authored by frostyx 5 years ago, Committed by msuchy 5 years ago,
    [frontend][python] handle timeout errors
    
    Currently we are not handling timeout errors (504 Gateway Timeout)
    and therefore timeouted APIv3 requests returns html page instead
    of json. Also timeouted requests in the UI ends up on standard
    apache 504 site. This commit changes it and returns user friendly
    response.
    
        
file modified
+7 -0
file modified
+5 -1