I’m sending data via POST to a web app based on the first part of the Flask tutorial; computing with the scipy package; and returning a simple html page. This works fine with modest size datasets but results in a 502 backend error after several seconds when the dataset size gets too big - e.g. 5MB. The computation is actually successful, but there are no clues in any of the log files, and very little cpu seconds or storage space is used. I’m wondering if some other kind of limit is being exceeded - size? time? Any hints, thoughts, workarounds, advice, etc. would be greatly appreciated.