Is it possible to display a static html page during dyno startup, similar to displaying a custom page on error or during maintenance mode?
My app's slug size is rather large and startup time can take close to 50 seconds. If possible, I'd like to display something for the user to see, rather than an empty page. If not, I'll address the large slug size directly to minimize startup time.
Thanks for any insights!