Recently we experienced a series of crashes on prod caused by our API server exceeding its MaxRequestWorkers limit, which was set to 150. Setting it to the default value of 256 seems to have fixed the crashes, so this commit ensures we keep using that new value in future deploys
Recently we experienced a series of crashes on prod caused by our API server exceeding its MaxRequestWorkers limit, which was set to 150. Setting it to the default value of 256 seems to have fixed the crashes, so this commit ensures we keep using that new value in future deploys