tmpnb
tmpnb copied to clipboard
Provide a static page during bootup
trafficstars
While the two ioloop.run_sync operations are running, provide a static page letting the user know the pool is warming up.
Two implementations come to mind:
- start a temporary server with a single "Under construction, thanks for your patience" page (ideally with tiled construction GIFs) in a background thread while these complete, or
- Don't use run_sync at all, put these in a threaded executor and short-circuit existing handlers until the execution has finished.
ideally with tiled construction GIFs
You made my morning better.