dash
dash copied to clipboard
Warn if callback takes more than a couple seconds to change to a background callback.
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.