-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
All Dash apps should expose a /health
or similar endpoint which could be consumed by any platform running a Dash app to check whether the server is running or not.
In debug mode we show "Server" connected/disconnected so we might be able to track this using a similar mechanism, but this would be necessary even when debug mode is disabled.
selfeki and chgiesse