dash icon indicating copy to clipboard operation
dash copied to clipboard

Warn if callback takes more than a couple seconds to change to a background callback.

Open T4rk1n opened this issue 5 months ago • 10 comments

When an app is deployed and a callback takes more 30 seconds (default timeout for most servers), it fails with a timeout error. When in development, we should warn that callback takes too long and should be changed to a background callback.

T4rk1n avatar Sep 12 '24 14:09 T4rk1n