New edge proxy regression
reece
PROOP

a year ago

Hi! I've found a behavior change in the new edge proxy that is breaking my applications. Using the legacy proxy, when you have an app that has sleeping enabled, when you make a request while it's sleeping, it sits and loads until the app is ready. With the new edge proxy, in the same case, it sends back a 502 until it's ready. This change in behavior has made it such that I need to refactor my code to handle that. Can this be documented somewhere? Thanks!

Solved

2 Replies

a year ago

Hello,

This is a known issue and we have an open issue about it, I have attached your help thread to that issue so I can notify you when it's fixed.


a year ago

Hello again,

We've resolved an issue where apps with longer startup times were showing 502 errors. Apps now have up to 10 seconds to start accepting traffic, thus preventing these error pages from appearing.

You will need to trigger a deployment so that the changes we have made take effect.


Status changed to Solved brody over 1 year ago


Loading...